akovalenko / bip0340

BIP-0340 signing and verification for Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIP0340

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.

License

Public Domain

About

BIP-0340 signing and verification for Common Lisp


Languages

Language:Common Lisp 100.0%