From 2e6cc7d4b5b0f6b047d101b5a898145628b36230 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Nov 2025 00:00:00 +0000 Subject: README: Clarify SHA-256 things --- README.md | 8 +++++--- 1 file 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 -- cgit v1.3.1-10-gc9f91