aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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