1 2 3 4 5 6 7 8 9 10
use crate::hints::macros::define_hint_ptr; use zisk_definitions::HINT_MODEXP; define_hint_ptr! { modexp_bytes => { hint_id: HINT_MODEXP, params: (base, exp, modulus), is_result: false, } }