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

Open the signed message and if verification succeeds return the message