progs/cc-kem.c: Add `naclbox' crypto transform.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 22 Apr 2017 19:25:48 +0000 (20:25 +0100)
commitd9d419b020ab2b6fc1b7bdfc8db24735c7f7b6fb
treec9533dec1f3a2465131ab5e8422ad60e8e0a4ac5
parent66ff643c652defc000809488f58db090052ca75e
progs/cc-kem.c: Add `naclbox' crypto transform.

This uses Salsa20/r (or ChaChar) and Poly1305 in the same way as NaCl
`secretbox'.  Difference: NaCl uses XSalsa20 for the extended nonce
size, but we have no need of that here.
progs/catcrypt.1
progs/cc-kem.c