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
8
9
10
11
mod constants;
mod fn_inv;
mod fp_inv;
mod fp_sqrt;
mod glv;

use constants::*;
pub use fn_inv::*;
pub use fp_inv::*;
pub use fp_sqrt::*;
pub use glv::*;