Type Alias ObjectKey

Source
pub type ObjectKey = BlockKey;
Expand description

Object Key

Aliased Type§

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

Variants§

§

ChaCha20Key([u8; 32])