Function boring_sys::X25519

source ยท
pub unsafe extern "C" fn X25519(
    out_shared_key: *mut u8,
    private_key: *const u8,
    peer_public_value: *const u8
) -> c_int