Skip to content

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

Source

types/global.d.ts:1162