mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-07-03 15:39:46 +00:00
5 lines
119 B
Rust
5 lines
119 B
Rust
mod ffi;
|
|
pub mod native;
|
|
|
|
pub use native::{PocWitnessInput, artifacts, generate_witness, generate_witness_from_files};
|