Browse Source

Fix c&p error [skip-ci]

Signed-off-by: Steffen Jaeckel <[email protected]>
Steffen Jaeckel 9 months ago
parent
commit
c900951dab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/encauth/chachapoly/chacha20poly1305_memory.c

+ 1 - 1
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