nobleEd25519Verifier
constnobleEd25519Verifier: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.
Returns
Section titled “Returns”A promise that resolves to true if the signature is valid, false otherwise.