Lines Matching refs:Algorithm
71 pub struct Algorithm { struct
80 derive_debug_via_field!(Algorithm, curve); argument
82 impl Eq for Algorithm {} implementation
83 impl PartialEq for Algorithm { implementation
94 algorithm: &'static Algorithm,
106 alg: &'static Algorithm, in generate() argument
140 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() argument
153 algorithm: &'static Algorithm,
175 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() argument
182 algorithm: &'static Algorithm,
214 pub fn new(algorithm: &'static Algorithm, bytes: B) -> Self { in new() argument
220 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() argument