Skip to content

Ed25519.Verify

Name - Description Default Type
<input> Bytes
<output> Bool
Key The public key of the keypair that signed the message. This will be used to verify the signature. None Bytes&Bytes
Message The message string that was signed to produce the signature. This is the original plaintext message that the signature was created for. When verifying the signature, this message will be hashed and the resulting digest compared to the signature to validate it was produced by signing this exact message. None Bytes&BytesString&String