Clarity theorytheory 0/50 · 0%
Cryptography · medium

36. Signature Verification

Checking ECDSA signatures.

The `secp256k1-recover` and `secp256k1-verify` functions allow contracts to verify that a piece of data was signed by a specific principal.

Check your understanding

  1. 1. What curve does Stacks use for signatures?