Skip to content

BIP-0340 signing and verification for Common Lisp

Notifications You must be signed in to change notification settings

akovalenko/bip0340

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

BIP-0340 signing and verification for Common Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published