Type Alias ObjectKey

Source
pub type ObjectKey = BlockKey;
Expand description

Object Key

Aliased Type§

pub enum ObjectKey {
    ChaCha20Key([u8; 32]),
}

Variants§

§

ChaCha20Key([u8; 32])