Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

SerializedBuffer

Type Alias SerializedBuffer 

Source
pub type SerializedBuffer<BS, K> = Array<u8, SerializedBufferSize<BS, K>>;
Expand description

BlockBuffer serialized as a byte array.

Aliased Type§

#[repr(transparent)]
pub struct SerializedBuffer<BS, K>(pub <<BS as Add<<K as Sealed>::Overhead>>::Output as ArraySize>::ArrayType<u8>);

Tuple Fields§

§0: <<BS as Add<<K as Sealed>::Overhead>>::Output as ArraySize>::ArrayType<u8>