Skip to main content
info
IOTA Identity for Rebased is currently in alpha and may still be subject to significant changes

verifyEd25519

@iota/identity-wasm API documentation


Function: verifyEd25519()

verifyEd25519(alg, signingInput, decodedSignature, publicKey): void

Verify a JWS signature secured with the EdDSA algorithm and curve Ed25519.

This function is useful when one is composing a IJwsVerifier that delegates EdDSA verification with curve Ed25519 to this function.

Warning

This function does not check whether alg = EdDSA in the protected header. Callers are expected to assert this prior to calling the function.

Parameters

alg

JwsAlgorithm

signingInput

Uint8Array

decodedSignature

Uint8Array

publicKey

Jwk

Returns

void