https://github.com/sug0/bbs-accum
Rust implementation of the accumulator commitment scheme described in https://eprint.iacr.org/2025/2081
https://github.com/sug0/bbs-accum
accumulator commitment-schemes cryptography rust
Last synced: 23 days ago
JSON representation
Rust implementation of the accumulator commitment scheme described in https://eprint.iacr.org/2025/2081
- Host: GitHub
- URL: https://github.com/sug0/bbs-accum
- Owner: sug0
- License: mit
- Created: 2026-02-01T00:32:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-01T11:49:37.000Z (5 months ago)
- Last Synced: 2026-02-01T12:56:42.287Z (5 months ago)
- Topics: accumulator, commitment-schemes, cryptography, rust
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bbs-accum
Rust implementation of the accumulator commitment scheme described in the paper
[Partial Fraction Techniques for Cryptography](https://eprint.iacr.org/2025/2081)
by Jutla, Nema, Roy et al.