Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 340 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 340 Bytes

BIP340

Description

An attempt to implement the Schnorr signatures over the elliptic curve secp256k1 (BIP340) using only the zig standard library (it's rich). It looks like it works with test vectors.

Useful links

BIP340

test vectors