mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-07-08 18:09:34 +00:00
7 lines
181 B
Rust
7 lines
181 B
Rust
mod ffi;
|
|
pub mod native;
|
|
|
|
#[cfg(feature = "embed-circuit")]
|
|
pub use native::embedded::{PoqWitnessInput, generate_witness};
|
|
pub use native::{artifacts, generate_witness_from_files};
|