Skip to content

Commit

Permalink
Fix c&p error [skip-ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Jaeckel <[email protected]>
  • Loading branch information
sjaeckel committed Dec 17, 2024
1 parent a81dab9 commit c900951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encauth/chachapoly/chacha20poly1305_memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c900951

Please sign in to comment.