Struct snow::DefaultResolver [−][src]
pub struct DefaultResolver;
The default pure-rust crypto implementation resolver.
Trait Implementations
impl CryptoResolver for DefaultResolver[src]
impl CryptoResolver for DefaultResolverfn resolve_rng(&self) -> Option<Box<Random + Send>>[src]
fn resolve_rng(&self) -> Option<Box<Random + Send>>fn resolve_dh(&self, choice: &DHChoice) -> Option<Box<Dh + Send>>[src]
fn resolve_dh(&self, choice: &DHChoice) -> Option<Box<Dh + Send>>fn resolve_hash(&self, choice: &HashChoice) -> Option<Box<Hash + Send>>[src]
fn resolve_hash(&self, choice: &HashChoice) -> Option<Box<Hash + Send>>fn resolve_cipher(&self, choice: &CipherChoice) -> Option<Box<Cipher + Send>>[src]
fn resolve_cipher(&self, choice: &CipherChoice) -> Option<Box<Cipher + Send>>Auto Trait Implementations
impl Send for DefaultResolver
impl Send for DefaultResolverimpl Sync for DefaultResolver
impl Sync for DefaultResolver