Searched defs:Crypto (Results 1 – 2 of 2) sorted by relevance
45 pub struct Crypto { struct53 impl Crypto { argument181 impl Drop for Crypto { implementation
58 pub fn find(&mut self, calling_info: &CallingInfo, challenge: &Vec<u8>) -> Result<&Crypto> { in find()