[−][src]Trait hpke::Serializable
Implemented by types that have a fixed-length byte representation
Implemented by types that have a fixed-length byte representation
type OutputSize: ArrayLength<u8>
fn to_bytes(&self) -> GenericArray<u8, Self::OutputSize>
impl<A: Aead> Serializable for AeadTag<A>
[src]type OutputSize = <A::AeadImpl as BaseAead>::TagSize
fn to_bytes(&self) -> GenericArray<u8, Self::OutputSize>
[src]impl<Kex: KeyExchange> Serializable for EncappedKey<Kex>
[src]type OutputSize = <Kex::PublicKey as Serializable>::OutputSize
fn to_bytes(&self) -> GenericArray<u8, Self::OutputSize>
[src]