added poly1305 random message tester
authorSadoon Albader <sadoon@soulserv.xyz>
Tue, 3 Oct 2023 16:33:17 +0000 (19:33 +0300)
committerSadoon Albader <sadoon@soulserv.xyz>
Tue, 3 Oct 2023 16:33:17 +0000 (19:33 +0300)
commitc895b37aa9df633aa43a9f73a494ff05596a36f0
treed36600aa75bd2e238e6d0ff475ca80bef0ea2f28
parentd0057c850e3b0ef93e71af4a0fda990c89f6a1ca
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]