add rudementary test script
authorSadoon Albader <sadoon@soulserv.xyz>
Tue, 3 Oct 2023 18:22:49 +0000 (21:22 +0300)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 4 Oct 2023 09:08:14 +0000 (10:08 +0100)
crypto/poly1305/test.sh [new file with mode: 0755]

diff --git a/crypto/poly1305/test.sh b/crypto/poly1305/test.sh
new file mode 100755 (executable)
index 0000000..f9821e3
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+make
+while true; do ./poly1305-rand-test && python3 poly1305-donna-test.py; done