Skip to content

Tags: riastradh/daence

Tags

eprint-20201106v1

Toggle eprint-20201106v1's commit message
Say why you'd confidently use it now.

eprint-20200122v1

Toggle eprint-20200122v1's commit message
Rework paragraph naming.

20200109v1

Toggle 20200109v1's commit message
Fix mistake hashing for Salsa20-Daence. Implement ChaCha-Daence.

For Salsa20-Daence: Using H_k(H_k(x) || H_k(y)) doesn't work because
H_k(x) || H_k(y) is not independent of the outer H_k.  For now, add
another 32 bytes to the key (ugh), which naturally changes all the
test vectors.

For ChaCha-Daence: Tweak the hashing to match what ChaCha/Poly1305
does a little better.  No substantive change, although if you had
implemented this the test vectors would change.  (That's why I put a
big warning label on the front!)

20200106v1

Toggle 20200106v1's commit message
Fix off-by-one in our favour.

20200105v2

Toggle 20200105v2's commit message
Shave some more IAQs.

20200105v1

Toggle 20200105v1's commit message
Add daence.[ch] test program written in terms of NaCl.

20200104v2

Toggle 20200104v2's commit message
Put warning on the cover.

20200104v1

Toggle 20200104v1's commit message
initial tree