hpke-ng 0.1.0-rc.3

Clean, fast, RFC 9180 HPKE implementation.
Documentation
1
2
3
4
5
//! Sealed-trait marker preventing external implementations of public traits.

/// Crate-internal seal: only types defined in this crate may implement public traits.
#[allow(dead_code)]
pub trait Sealed {}