Module prelude

Module prelude 

Source
Expand description

Prelude for HPKE. Include this to get access to all the public functions of HPKE.

Re-exports§

pub use super::Mode as HpkeMode;
pub use super::*;

Traits§

TryFrom
Simple and safe type conversions that may fail in a controlled way under some circumstances. It is the reciprocal of TryInto.