Module hpke_rs::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

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