cipher/chacha20: rename *_IVLEN to *_NONCELEN

This commit is contained in:
Lucas Gabriel Vuotto 2024-06-07 18:40:14 +00:00
parent 67d4de1657
commit 23735c2902
2 changed files with 4 additions and 4 deletions

View file

@ -38,9 +38,9 @@
/* Ciphers. */
#define LC_CHACHA20_KEYLEN 32
#define LC_CHACHA20_IVLEN 12
#define LC_CHACHA20_NONCELEN 12
#define LC_XCHACHA20_KEYLEN 32
#define LC_XCHACHA20_IVLEN 24
#define LC_XCHACHA20_NONCELEN 24
/*