Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 695 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 695 Bytes

Sonic proving system

This library is an implementation of Sonic.

Unhelpder mode is not fully implemented yet.

Setup

git clone [email protected]:LayerXcom/lx-sonic.git
cd lx-sonic
cargo build --release

Test

cargo test --release

Acknowledgements

Original implementation for paper is in sonic crate, developed by Sean Bowe. This implementation have been adapted from it.