hbakhtiyor / schnorr
Go implementation of the BIP Schnorr signature scheme.
☆70Updated 4 years ago
Alternatives and similar repositories for schnorr:
Users that are interested in schnorr are comparing it to the libraries listed below
- Rust implementation of multi-party Schnorr signatures over elliptic curves.☆172Updated 3 years ago
- zkSNARK library implementation in Go from scratch (compiler, setup, prover, verifier)☆257Updated 3 years ago
- Go implementation of the BLS12-381 pairing☆90Updated 2 years ago
- The first go implementation of verifiable delay function (VDF)☆55Updated 5 years ago
- High-speed BLS12-381 implementation in Go☆126Updated 2 years ago
- ☆68Updated last month
- a VRF implementation following this ietf draft: https://tools.ietf.org/html/draft-goldbe-vrf-00☆21Updated 6 years ago
- 💍implementation of linkable ring signatures in go☆53Updated 9 months ago
- Boneh–Lynn–Shacham signature scheme.☆36Updated 7 years ago
- Crypto algorithms from scratch in Go. Learning purposes only. ECC, BN128 pairing, Paillier, RSA, Homomorphic computation, ElGamal, Schnor…☆74Updated 2 years ago
- A high-level API for signing and verifying message digests using the BLS threshold signature scheme.☆114Updated 6 years ago
- Implementations of Ring Signature schemes.☆24Updated 7 years ago
- distributed key generation in JS☆51Updated 2 years ago
- ☆79Updated 8 years ago
- Example project for EthSnarks - Miximus coin mixer☆83Updated 5 years ago
- Pure JavaScript implementation of BIP340 Schnorr Signatures for secp256k1☆131Updated last year
- Alternative full Grin node on Golang (implementation of the MimbleWimble protocol) https://github.com/mimblewimble/grin☆44Updated 6 years ago
- 🍵 Schnorr Signatures over Ristretto255 in pure Go