Skip to content

ed25519verify

Algorand TypeScript


Algorand TypeScript / op / ed25519verify

ed25519verify(a, b, c): boolean

Defined in: op.ts:881

for (data A, signature B, pubkey C) verify the signature of (“ProgData” || program_hash || data) against the pubkey => {0 or 1} The 32 byte public key is the last element on the stack, preceded by the 64 byte signature at the second-to-last element on the stack, preceded by the data which was signed at the third-to-last element on the stack.

bytes

bytes | bytes<64>

bytes<32> | bytes

boolean

Native TEAL opcode: ed25519verify Min AVM version: 1