cipher/chacha20: rename *_IVLEN to *_NONCELEN
This commit is contained in:
parent
67d4de1657
commit
23735c2902
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue