diff options
author | Jakob Unterwurzacher | 2025-08-07 22:02:23 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-08-07 22:02:23 +0200 |
commit | 677bd8eaec0601dc0a7cac921a586860e9be3aff (patch) | |
tree | 58bff528297b99b1a47089e2bf12357be34610c5 | |
parent | a946f12d04ab7dbc9ba357bf8ea3af5e6d8484d8 (diff) |
stupidcgm: explain what xchacha.go is
-rw-r--r-- | internal/stupidgcm/xchacha.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/stupidgcm/xchacha.go b/internal/stupidgcm/xchacha.go index 3c121ba..5587e45 100644 --- a/internal/stupidgcm/xchacha.go +++ b/internal/stupidgcm/xchacha.go @@ -7,7 +7,7 @@ // // Copied from // https://github.com/golang/crypto/blob/32db794688a5a24a23a43f2a984cecd5b3d8da58/chacha20poly1305/xchacha20poly1305.go -// and adapted for stupidgcm by @rfjakob. +// and adapted to use OpenSSL ChaCha20 (see chacha.go) instaed of stdlib by @rfjakob. package stupidgcm |