added poly1305 random message tester
authorSadoon Albader <sadoon@soulserv.xyz>
Tue, 3 Oct 2023 16:33:17 +0000 (19:33 +0300)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 Dec 2023 19:26:21 +0000 (19:26 +0000)
commit5bc27b0c3ff3c30cf0ca2718fff1eda2b968ed45
treed36600aa75bd2e238e6d0ff475ca80bef0ea2f28
parenta4541e494b980f6a9e857a0aa90c4a21ebdaa787
added poly1305 random message tester
crypto/poly1305/.gitignore [new file with mode: 0644]
crypto/poly1305/Makefile [new file with mode: 0644]
crypto/poly1305/poly1305-donna-64.h [new file with mode: 0644]
crypto/poly1305/poly1305-donna.c [new file with mode: 0644]
crypto/poly1305/poly1305-donna.h [new file with mode: 0644]
crypto/poly1305/poly1305-rand-test.c [new file with mode: 0644]