Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinLinus authored Dec 8, 2022
1 parent 0f42873 commit 3ae8c81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/crypto/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ A library to prove all hash functions used in [Bitcoin (Script)](https://en.bitc
- OP_HASH256: The input is hashed two times with SHA-256.

## Bitcoin Signatures
Signatures over the curve secp256k1.

STARK proofs for ECDSA and Schnorr signatures over the secp256k1 curve. ECDSA signatures are DER encoded.
- ECDSA signatures, including DER encoding
- Schnorr signatures

0 comments on commit 3ae8c81

Please sign in to comment.