lx-sonic icon indicating copy to clipboard operation
lx-sonic copied to clipboard

Sonic implementation in Rust

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.