B64

Type Alias B64 

Source
pub type B64 = Array<u8, U64>;
Expand description

A 64-byte array, defined here for brevity because it is used several times

Aliased Type§

#[repr(transparent)]
pub struct B64(pub [u8; 64]);

Tuple Fields§

§0: [u8; 64]