Home
last modified time | relevance | path

Searched refs:PUBLIC_KEY_LEN (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/src/ec/curve25519/
Dx25519.rs22 public_key_len: PUBLIC_KEY_LEN,
100 let peer_public_key: &[u8; PUBLIC_KEY_LEN] = peer_public_key.as_slice_less_safe().try_into()?; in x25519_ecdh()
165 type PublicKey = [u8; PUBLIC_KEY_LEN];
166 const PUBLIC_KEY_LEN: usize = ELEM_AND_SCALAR_LEN; constant