chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
68012cc
)
symm/chacha.c: Set the correct nonce size for `xchachaNN'.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 15 Aug 2019 17:16:02 +0000
(18:16 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 15 Aug 2019 23:42:46 +0000
(
00:42
+0100)
Oops.
symm/chacha.c
patch
|
blob
|
blame
|
history
diff --git
a/symm/chacha.c
b/symm/chacha.c
index 9b83eea5bff7a8bcef143b4a3a39a3b194dd5fc5..84b6c36f24b343983b67eeb595451bd8d1ce33f0 100644
(file)
--- a/
symm/chacha.c
+++ b/
symm/chacha.c
@@
-593,7
+593,7
@@
CHACHA_VARS(DEFGCIPHER)
\
const gccipher xchacha##r = { \
"xchacha" #r, chacha_keysz, \
\
const gccipher xchacha##r = { \
"xchacha" #r, chacha_keysz, \
-
CHACHA_NONCESZ, gxinit_##r
\
+
XCHACHA_NONCESZ, gxinit_##r
\
};
CHACHA_VARS(DEFGXCIPHER)
};
CHACHA_VARS(DEFGXCIPHER)