Quellcode durchsuchen

Fix c&p error [skip-ci]

Signed-off-by: Steffen Jaeckel <[email protected]>
Steffen Jaeckel vor 9 Monaten
Ursprung
Commit
c900951dab
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 #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 key               The secret key
   @param keylen            The length of the secret key
   @param keylen            The length of the secret key
   @param iv                The initialization vector
   @param iv                The initialization vector