diff options
Diffstat (limited to 'internal/stupidgcm')
-rw-r--r-- | internal/stupidgcm/doc.go | 2 |
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. |