Function syscall_secp256r1_add

Source
pub unsafe extern "C" fn syscall_secp256r1_add(
    p: *mut [u32; 16],
    q: *const [u32; 16],
)
Expand description

Executes an Secp256r1 curve addition on the given points.