ziskos-hints 1.1.0-alpha

Guest runtime and entrypoint for programs targeting the ZisK zkVM with the hints feature enabled
1
2
3
4
5
6
7
mod div;
mod inv;
mod inv_mod;

pub use div::*;
pub use inv::*;
pub use inv_mod::*;