Anton Kovalenko anton@sw4me.com
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.
Public Domain