Skip to content

nobleEd25519Verifier

const nobleEd25519Verifier: RawEd25519Verifier

Defined in: packages/crypto/src/ed25519.ts:19

Verifies an ed25519 signature using the @noble/ed25519 implementation.

The original message that was signed.

The ed25519 signature to verify.

A promise that resolves to true if the signature is valid, false otherwise.