plonk-by-fingers
Plonk implementation
Implementation of the Plonk by Hand protocol in Rust to understand its inner workings
Implementation of Plonk by Hand in rust
60 stars
3 watching
4 forks
Language: Rust
last commit: 10 months ago
Linked from 1 awesome list
cryptographyplonkrust
Related projects:
Repository | Description | Stars |
---|---|---|
zk-garage/plonk | A Rust implementation of PLONK proving system with optimized performance and genericity for curve types | 295 |
0xpolygonzero/plonky2 | A Rust implementation of a cryptographic protocol for secure multi-party computation and proof systems | 791 |
dusk-network/plonk | A Rust implementation of a secure cryptographic system for efficient zero-knowledge proofs | 554 |
barrywhitehat/plonk_tutorial | An incomplete and learning-focused implementation of a cryptographic protocol | 78 |
dalek-cryptography/ed25519-dalek | Fast and efficient implementation of ed25519 key generation, signing, and verification in Rust. | 692 |
adamisz/from0k2bp | Exploring the development of a cryptographic protocol from scratch to production-ready implementation | 156 |
plonky3/plonky3 | A toolkit for implementing polynomial IOPs, such as PLONK and STARKs. | 495 |
arielgabizon/plonk-addendum | An extension of the plonk protocol with lookup capabilities | 11 |
rustcrypto/signatures | This project provides digital signature algorithms and implementation in Rust. | 477 |
pluto/ronkathon | A collection of cryptographic primitives implemented in Rust from scratch to understand everything from first principles. | 192 |
espressosystems/jellyfish | A Rust implementation of a cryptographic system and extensions. | 412 |
randombit/botan-rs | A Rust cryptography library that wraps the Botan C API | 34 |
dagenix/rust-crypto | A pure-Rust implementation of common cryptographic algorithms | 1,400 |
theenbyperor/plan_rust | A Plan9-based kernel written in Rust | 15 |