pub type WrappedKey<N> = Array<u8, Sum<N, IvLen>>;Expand description
Type alias representing wrapped key roughly equivalent to [u8; N + IV_LEN].
Aliased Type§
#[repr(transparent)]pub struct WrappedKey<N>(pub <<N as Add<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>>::Output as ArraySize>::ArrayType<u8>);Tuple Fields§
§0: <<N as Add<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>>::Output as ArraySize>::ArrayType<u8>