Struct snow::wrappers::hacl_wrapper::HaclStarResolver [−][src]
pub struct HaclStarResolver { /* fields omitted */ }Methods
impl HaclStarResolver[src]
impl HaclStarResolverTrait Implementations
impl CryptoResolver for HaclStarResolver[src]
impl CryptoResolver for HaclStarResolverfn 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 HaclStarResolver
impl Send for HaclStarResolverimpl Sync for HaclStarResolver
impl Sync for HaclStarResolver