Module resolvers

Module resolvers 

Source
Expand description

The wrappers around the default collection of cryptography and entropy providers.

Structs§

FallbackResolver
A helper resolver that can opportunistically use one resolver, but can fallback to another if the first didn’t have an implementation for a given primitive.
RingResolver
A resolver that chooses ring-backed primitives when available.

Traits§

CryptoResolver
An object that resolves the providers of Noise crypto choices

Type Aliases§

BoxedCryptoResolver
Boxed CryptoResolver