openSignedMessage

Verify a signed message using the public key corresponding to the private key used to sign it. If verification succeeds return the message (without the signature), otherwise return null.

ubyte[]
openSignedMessage
(
in ubyte[] signed
,
in SignPublicKey key
)
in { assert (signed.length > SignatureLength); }

Meta