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>
Wed, 4 Oct 2023 09:08:14 +0000 (10:08 +0100)
commit6e2163d6138640f931d3c77087bf4bfde88dccf5
tree4f8df53b9e45126af0a14722abd98c69315f2f5e
parentccc34b0f9fc772985251622cc6189947ff831af2
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]