projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d8180b
)
fixed another serious bug, C should output to CSV
author
Sadoon Albader
<sadoon@albader.co>
Tue, 3 Oct 2023 18:29:38 +0000
(21:29 +0300)
committer
Sadoon Albader
<sadoon@albader.co>
Tue, 3 Oct 2023 18:29:38 +0000
(21:29 +0300)
crypto/poly1305/test.sh
patch
|
blob
|
history
diff --git
a/crypto/poly1305/test.sh
b/crypto/poly1305/test.sh
index f9821e3e7b7a32115df8744c6738a00cf403c220..4216278d9d6e7c1005d15862d5e3f2009cef26ed 100755
(executable)
--- a/
crypto/poly1305/test.sh
+++ b/
crypto/poly1305/test.sh
@@
-1,3
+1,7
@@
#!/bin/bash
make
-while true; do ./poly1305-rand-test && python3 poly1305-donna-test.py; done
+while true
+do
+ ./poly1305-rand-test > rand.csv
+ python3 poly1305-donna-test.py
+done