aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-16 00:00:00 +0000
committerGravatar Runxi Yu2025-11-16 00:00:00 +0000
commit0ecc859955a946fc6065b790b57b8cef18ce7b5e (patch)
treef535121ca51630418f117fcd48df04cbd7b99495
parentSupport multiple hash sizes in one build (diff)
signature
Update README to reflect multi-hash
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 43d40758..5f64b8c0 100644
--- a/README.md
+++ b/README.md
@@ -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