Fix testcrypto.sh

Testing Ed448 was actually testing Ed25519.
This commit is contained in:
Matthijs Mekking
2021-02-03 10:35:46 +01:00
parent e74187a056
commit 572d7ec3b7

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"
;;
*)