Function p256_cortex_m4_sys::p256_convert_endianness[][src]

pub unsafe extern "C" fn p256_convert_endianness(
    output: *mut c_void,
    input: *const c_void,
    byte_len: size_t
)

Converts endianness by reversing the input value.

The output and input pointers may refer to the same location and have no alignment requirements.