I generated key pairs using this command:
wolfssl genkey ml-dsa -level 5 -out ml-dsa-key-A -output keypair -outform PEM
How could i sign and verify a file using those keys?
I test wolfssl -ml-dsa -sign -inkey ml-dsa-key-A.priv -in input.txt -out input.sign but didn't work.
Can anybody helps me?