aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Stewart2022-06-25 14:57:38 -0700
committerrfjakob2022-12-21 18:38:11 +0100
commit7ee4c8e9c3b0fb630b48c5940a7faa220ef5e63a (patch)
tree876db025c672902e27eb85fdac7d797b84b00390 /README.md
parent0ec7ffbfe96887f25feb7fda60b984ea18a42e0f (diff)
go.mod: fix jacobsa/crypto build on riscv64
Replace dependency jacobsa/crypto with a fork with support for riscv64. Issue: https://github.com/rfjakob/gocryptfs/issues/666 Upstream PR: https://github.com/jacobsa/crypto/issues/13 Unaddressed on jacobsa/crypto: https://github.com/jacobsa/crypto/pull/14#issuecomment-1182744229 Signed-off-by: Christian Stewart <christian@paral.in>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14eb2c6..a896133 100644
--- a/README.md
+++ b/README.md
@@ -585,7 +585,7 @@ Changelog
* **Add reverse mode ([#19](https://github.com/rfjakob/gocryptfs/issues/19))**
* AES-SIV (RFC5297) encryption to implement deterministic encryption
securely. Uses the excellent
- [jacobsa/crypto](https://github.com/jacobsa/crypto) library.
+ [jacobsa/crypto](https://github.com/aperturerobotics/jacobsa-crypto) library.
The corresponding feature flag is called `AESSIV`.
* New command-line options: `-reverse`, `-aessiv`
* Filesystems using reverse mode can only be mounted with gocryptfs v1.1