Skip to main content

ED25519 guardian

Verify given claim match configured signature using configured public key with Edwards-curve Digital Signature Algorithm (See Ed25519).

Input

Signature
Signature on which to match the claim.
Claim
Which claim we want to verify.

Parameters

Public keyREQUIRED

Public key used to verify current claim against provided signature.

Example:
  Key: CC59F40A025E2D0545454F3331C22A34D4DE544E4F3DDFE1DA2C8EFCB7A2D315

Output

On success

Path to rest of the workflow. In case of failure an error will be raised and execution will be stopped.