ed25519VerifyBare
ed25519VerifyBare(
message
,signature
,publicKey
):boolean
Verifies the given signature against the given public key and message
Parameters
• message: BytesLike
message to verify
• signature: BytesLike
signature to verify
• publicKey: BytesLike
public key to verify the signature with
Returns
boolean
true if the signature is valid, false otherwise