Skip to content

ECDSA and Schnorr utilities, for Bitcoin, in Racket

License

Notifications You must be signed in to change notification settings

MohamedLEGH/crypto-sign

Repository files navigation

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

About

ECDSA and Schnorr utilities, for Bitcoin, in Racket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages