Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 555 Bytes

crypto-sign

Utilities for ECDSA and Schnoor signatures, as used in Bitcoin. Inspired by https://onyb.gitbook.io/secp256k1-python/ for ECDSA and https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki for Schnorr.

WARNING : PLEASE DO NOT USE IT IN PRODUCTION (unless you know what you are doing) THIS LIBRARY IS FOR EDUCATIONAL PURPOSE ONLY

Installation

raco pkg install crypto-sign

For more info see: https://pkgs.racket-lang.org/package/crypto-sign

Documentation

https://docs.racket-lang.org/crypto-sign/index.html