aboutsummaryrefslogtreecommitdiff
path: root/internal/stupidgcm
diff options
context:
space:
mode:
authorFrank Denis2025-03-12 00:55:48 +0100
committerJakob Unterwurzacher2025-03-12 20:43:23 +0100
commit10e489eca31f631fb68e53f3049de000946f65f6 (patch)
tree1aa9a2442ca5db5d1359212e82e18943345f37cf /internal/stupidgcm
parentd5d26d75247d4fcc269cd0494cb85c7e62618c89 (diff)
Rmeove aegis from internal/stupidgcm/doc.go
Diffstat (limited to 'internal/stupidgcm')
-rw-r--r--internal/stupidgcm/doc.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/stupidgcm/doc.go b/internal/stupidgcm/doc.go
index f5d4177..e0ac889 100644
--- a/internal/stupidgcm/doc.go
+++ b/internal/stupidgcm/doc.go
@@ -9,8 +9,6 @@
//
// (3) XChaCha20-Poly1305 (OpenSSL EVP_chacha20_poly1305 + Go HChaCha20)
//
-// (4) AEGIS (go-libaegis)
-//
// The golang.org/x/crypto libraries provides implementations for all algorithms,
// and the test suite verifies that the implementation in this package gives
// the exact same results.