ziskos 1.1.0-alpha

Guest runtime and entrypoint for programs targeting the ZisK zkVM
1
2
3
4
5
6
7
8
9
#[no_mangle]
pub unsafe extern "C" fn hint_blake2b_compress(
    _rounds: u32,
    _state: *mut u64,
    _message: *const u64,
    _offset: *const u64,
    _final_block: u8,
) {
}