diff --git a/src/encauth/chachapoly/chacha20poly1305_memory.c b/src/encauth/chachapoly/chacha20poly1305_memory.c index 5adca427d..e0f4bd94b 100644 --- a/src/encauth/chachapoly/chacha20poly1305_memory.c +++ b/src/encauth/chachapoly/chacha20poly1305_memory.c @@ -6,7 +6,7 @@ #ifdef LTC_CHACHA20POLY1305_MODE /** - Process an entire GCM packet in one call. + Process an entire ChaCha20Poly1305 packet in one call. @param key The secret key @param keylen The length of the secret key @param iv The initialization vector