Searched refs:x25519_ (Results 1 – 1 of 1) sorted by relevance
195 x25519_(private_key, public_key).unwrap() in x25519()198 fn x25519_(private_key: &[u8], public_key: &[u8]) -> Result<Vec<u8>, error::Unspecified> { in x25519_() function