chiark / gitweb /
symm/: Implement Daniel Bernstein's `Poly1305' message authentication code.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 6 Apr 2017 10:19:23 +0000 (11:19 +0100)
commit57496a500309c335ff9c60d3462757c0c5f04801
tree63e5a837badd6586b236890d51add8a46908d341
parent05e1a52bb7a181aafff67af2fe3689617b218c1f
symm/: Implement Daniel Bernstein's `Poly1305' message authentication code.
symm/Makefile.am
symm/poly1305.c [new file with mode: 0644]
symm/poly1305.h [new file with mode: 0644]
symm/t/poly1305 [new file with mode: 0644]