mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
Fix c&p error [skip-ci]
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
a81dab9970
commit
c900951dab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue