diff options
| author | 2025-11-14 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-14 00:00:00 +0000 | |
| commit | 2e6cc7d4b5b0f6b047d101b5a898145628b36230 (patch) | |
| tree | b00862a1997a961280b437eaffb875a157efcd11 /README.md | |
| parent | README: Clarify perf stats (diff) | |
| signature | ||
README: Clarify SHA-256 things
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |
