From 3e852eb354f99fb95b399c68d950298b33ed88ab Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 12 Mar 2025 00:32:04 +0100 Subject: Do what @rfjakob asked me to do --- Documentation/MANPAGE.md | 2 +- Documentation/file-format.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index fd8f5db..2f5cf53 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -165,7 +165,7 @@ Use XChaCha20-Poly1305 file content encryption. This should be much faster than AES-GCM on CPUs that lack AES acceleration. #### -aegis -Use AEGIS file content encryption. This should be much faster +Use AEGIS256X2 file content encryption. This should be much faster than AES-GCM on CPUs with AES acceleration. Run `gocryptfs -speed` to find out if and how much faster. diff --git a/Documentation/file-format.md b/Documentation/file-format.md index ee10524..73c505f 100644 --- a/Documentation/file-format.md +++ b/Documentation/file-format.md @@ -26,7 +26,7 @@ Data block, XChaCha20-Poly1305 (enabled via `-init -xchacha`) Data block, AEGIS (enabled via `-init -aegis`) - 16 bytes nonce + 32 bytes nonce 1-4096 bytes encrypted data 16 bytes tag -- cgit v1.2.3