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