anthdm / hbbftLinks
Practical implementation of the Honey Badger Byzantine Fault Tolerance consensus algorithm written in Go.
☆157Updated 2 years ago
Alternatives and similar repositories for hbbft
Users that are interested in hbbft are comparing it to the libraries listed below
Sorting:
- ☆124Updated 4 months ago
- The first go implementation of verifiable delay function (VDF)☆55Updated 5 years ago
- Go implementation of the BLS12-381 pairing☆90Updated 2 years ago
- 🍵 Schnorr Signatures over Ristretto255 in pure Go☆98Updated last month
- zkSNARK library implementation in Go from scratch (compiler, setup, prover, verifier)☆257Updated 3 years ago
- Go Merkle Tree. High performance, Supporting parallel run, OpenZeppelin sorting pairs.☆120Updated last year
- High-speed BLS12-381 implementation in Go☆126Updated 2 years ago
- Implementation of the SmartBFT consensus library (https://arxiv.org/abs/2107.06922)☆101Updated last month
- A LibP2P wrapper for hashicorp/raft implementation.☆71Updated 2 months ago
- A literate and test-driven implementation of ZK-STARKs☆39Updated 5 years ago
- A Merkle Tree implementation written in Go.☆517Updated last year
- A Go library that implements a Sparse Merkle tree for a key-value map.☆140Updated 2 years ago
- MirBFT is a consensus library implementing the Mir consensus protocol.☆158Updated last year
- Pure Go implementation of the Ristretto prime-order group over Edwards25519☆88Updated 2 years ago
- Command gencodec generates marshaling methods for Go struct types.☆55Updated 2 months ago
- The Honey Badger of BFT Protocols☆143Updated 3 years ago
- Go implementation of the BIP Schnorr signature scheme.☆70Updated 4 years ago
- Umbral implementation in Golang☆42Updated 6 years ago
- Package bn256 implements a particular bilinear group.☆128Updated 2 weeks ago
- Elliptic Curve Integrated Encryption Scheme for secp256k1 in Golang☆113Updated last month
- Crypto algorithms from scratch in Go. Learning purposes only. ECC, BN128 pairing, Paillier, RSA, Homomorphic computation, ElGamal, Schnor…☆74Updated 2 years ago
- ☆48Updated last year
- ☆200Updated this week
- Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.☆119Updated 7 months ago
- Shamir's Secret Sharing Algorithm - helper cryptography module for Golang☆145Updated 6 years ago
- Threshold signature schemes made simple to use