Lines Matching refs:Algorithm
73 pub struct Algorithm { struct
82 derive_debug_via_field!(Algorithm, curve); argument
84 impl Eq for Algorithm {} implementation
85 impl PartialEq for Algorithm { implementation
86 fn eq(&self, other: &Algorithm) -> bool { in eq()
96 algorithm: &'static Algorithm,
108 alg: &'static Algorithm, in generate() argument
142 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() argument
155 algorithm: &'static Algorithm,
177 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() argument
184 algorithm: &'static Algorithm,
216 pub fn new(algorithm: &'static Algorithm, bytes: B) -> Self { in new() argument
222 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() argument