Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/ec/curve25519/
Dops.rs30 limbs: [Limb; ELEM_LIMBS], // This is called `v` in the C code.
38 const ELEM_LIMBS: usize = 5 * 64 / LIMB_BITS; constant