Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 640 Bytes

BIP0340

Anton Kovalenko [email protected]

Implementation of Schnorr signatures according to BIP-0340: key generation, signing and verification, using IRONCLAD's secp256k1 primitives.

Not enough functionality for Bitcoin's taproot: no key tweaks etc.

Not enough security for signing: even IRONCLAD itself doesn't promise absence of side channels, and my layer over IRONCLAD probably makes it worse.

I'm planning on using the library for nothing more serious than experimenting with Nostr protocol.

License

Public Domain