cairo_native_runtime

Function cairo_native__libfunc__ec__ec_state_init

Source
#[no_mangle]
pub unsafe extern "C" fn cairo_native__libfunc__ec__ec_state_init(
    state_ptr: &mut [[u8; 32]; 4],
)
Expand description

Compute ec_state_init() and store the state back.

ยงSafety

This function is intended to be called from MLIR, deals with pointers, and is therefore definitely unsafe to use manually.