Skip to content

Commit c900951

Browse files
committed
Fix c&p error [skip-ci]
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent a81dab9 commit c900951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encauth/chachapoly/chacha20poly1305_memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifdef LTC_CHACHA20POLY1305_MODE
77

88
/**
9-
Process an entire GCM packet in one call.
9+
Process an entire ChaCha20Poly1305 packet in one call.
1010
@param key The secret key
1111
@param keylen The length of the secret key
1212
@param iv The initialization vector

0 commit comments

Comments
 (0)