Expose PoqWitnessInput from root.

This commit is contained in:
Alejandro Cabeza Romero 2026-05-04 12:55:29 +02:00
parent 969225ab71
commit 910fe0e003
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -1,4 +1,4 @@
mod ffi;
pub mod native;
pub use native::{generate_witness, generate_witness_from_files};
pub use native::{generate_witness, generate_witness_from_files, inputs::PoqWitnessInput};