pub fn open(
    sm: &SignedMessage,
    pk: &PublicKey
) -> Result<Vec<u8>, VerificationError>
👎 Deprecated:

Insecure cryptography, do not use in production

Expand description

Open the signed message and if verification succeeds return the message