https://github.com/zkfriendly/lfibo
Fibonacci Sequence ZK Circuit in Rust - for my own personal learning
https://github.com/zkfriendly/lfibo
Last synced: about 1 year ago
JSON representation
Fibonacci Sequence ZK Circuit in Rust - for my own personal learning
- Host: GitHub
- URL: https://github.com/zkfriendly/lfibo
- Owner: zkfriendly
- Created: 2023-12-30T12:27:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T17:26:49.000Z (over 2 years ago)
- Last Synced: 2025-02-15T18:30:21.686Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fibonacci Sequence ZK Circuit in Rust
This project implements a Zero-Knowledge (ZK) circuit for computing Fibonacci sequences using the Halo2 APIs in Rust. The purpose of this project is solely for personal learning and curiosity about zero-knowledge proofs and the implementation of zk-SNARKs (zero-knowledge succinct non-interactive arguments of knowledge).