Fix testcrypto.sh

Testing Ed448 was actually testing Ed25519.
This commit is contained in:
Matthijs Mekking
2021-02-09 11:59:08 +00:00
parent e74187a056
commit 572d7ec3b7
+1 -1
View File
@@ -49,7 +49,7 @@ while test "$#" -gt 0; do
msg="EDDSA cryptography"
;;
ed448|ED448)
alg="-a ED25519"
alg="-a ED448"
msg="EDDSA cryptography"
;;
*)