pub unsafe extern "C" fn aws_ecc_key_pair_new_generate_random(
allocator: *mut aws_allocator,
curve_name: aws_ecc_curve_name
) -> *mut aws_ecc_key_pair
Expand description
Creates a Eliptic Curve public/private key pair that can be used for signing and verifying. Returns a new instance of aws_ecc_key_pair if the key was successfully built. Otherwise returns NULL.