themis_gen_ec_key_pair

Function themis_gen_ec_key_pair 

Source
pub unsafe extern "C" fn themis_gen_ec_key_pair(
    private_key: *mut u8,
    private_key_length: *mut usize,
    public_key: *mut u8,
    public_key_length: *mut usize,
) -> themis_status_t