Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/ec/
Dkeys.rs1 use super::{Curve, ELEM_MAX_BYTES, SEED_MAX_BYTES};
24 bytes: [u8; SEED_MAX_BYTES],
36 bytes: [0u8; SEED_MAX_BYTES], in generate()
55 bytes: [0; SEED_MAX_BYTES], in from_bytes()
/external/rust/crates/ring/src/
Dec.rs48 const SEED_MAX_BYTES: usize = ELEM_MAX_BYTES; constant