diff options
| author | 2025-11-16 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-16 00:00:00 +0000 | |
| commit | 0ecc859955a946fc6065b790b57b8cef18ce7b5e (patch) | |
| tree | f535121ca51630418f117fcd48df04cbd7b99495 | |
| parent | Support multiple hash sizes in one build (diff) | |
| signature | ||
Update README to reflect multi-hash
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -157,10 +157,10 @@ optimizations thereof. ## Hash algorithm -Furgit uses SHA-256 by default. To switch to SHA-1, use the `sha1` build tag. +Furgit supports both SHA-256 and SHA-1. -There will be future research to investigate potentially supporting both -algorithms in one build of the library. +The default tests run with SHA-256. To run tests with SHA-1, use the `sha1` +build tag. ## Go versions |
