mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-05-21 08:49:27 +00:00
5 lines
108 B
Rust
5 lines
108 B
Rust
mod ffi;
|
|
pub mod native;
|
|
|
|
pub use native::{PoqWitnessInput, generate_witness, generate_witness_from_files};
|