symm/latinpoly.c, etc.: AEADs based on Salsa20 and ChaCha with Poly1305.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Nov 2018 18:25:52 +0000 (18:25 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 5 Sep 2019 00:36:02 +0000 (01:36 +0100)
commitaac19f0d10e3e1a41ddb5ca3fdbdaab97d2d439d
treec24bca87d879e8607cfc66748fe8c57e3e2ad9d2
parent778b9e26bfb8fa2beba1f8915164d3655538cb3a
symm/latinpoly.c, etc.: AEADs based on Salsa20 and ChaCha with Poly1305.

This is an extension of the scheme specified in RFC7539.
symm/.gitignore
symm/Makefile.am
symm/chacha-poly1305.c [new file with mode: 0644]
symm/latinpoly-def.h [new file with mode: 0644]
symm/latinpoly-test.c [new file with mode: 0644]
symm/latinpoly-test.h [new file with mode: 0644]
symm/latinpoly.c [new file with mode: 0644]
symm/latinpoly.h [new file with mode: 0644]
symm/salsa20-poly1305.c [new file with mode: 0644]
symm/t/chacha