Fix testcrypto.sh
Testing Ed448 was actually testing Ed25519.
This commit is contained in:
@@ -49,7 +49,7 @@ while test "$#" -gt 0; do
|
||||
msg="EDDSA cryptography"
|
||||
;;
|
||||
ed448|ED448)
|
||||
alg="-a ED25519"
|
||||
alg="-a ED448"
|
||||
msg="EDDSA cryptography"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user