pub fn verify_base64(
msg: &[u8],
sig: &str,
pubkey: &PublicKeyBytes,
) -> Result<(), Error>Expand description
Verify an ED25519 signature, where the signature is base64 encoded
ยงErrors
This function will return an error if verify failed