aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-14 00:00:00 +0000
committerGravatar Runxi Yu2025-11-14 00:00:00 +0000
commit2e6cc7d4b5b0f6b047d101b5a898145628b36230 (patch)
treeb00862a1997a961280b437eaffb875a157efcd11 /README.md
parentREADME: Clarify perf stats (diff)
signature
README: Clarify SHA-256 things
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index e8289396..8ac2b1c8 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,11 @@ it is:
* We only aim to support UNIX-like operating systems that have
[syscall.Mmap](https://pkg.go.dev/syscall#Mmap).
-* Currently, this version of Furgit only supports SHA-1 hashes. However, the
- upstream Villosa project only uses SHA-256 hashes. You may edit two lines in
- `hash.go` to trivially switch to SHA-256.
+* Currently, this version of Furgit only supports SHA-1 hashes.
+ You may edit two lines in `hash.go` to trivially switch to SHA-256.
+ The upstream Villosa project only uses SHA-256 hashes.
+ We intend to make this library easily interoperable across hash
+ formats, but that's not the primary goal for now.
## Development