Type Alias ng_repo::types::BlockKey

source ·
pub type BlockKey = SymKey;

Aliased Type§

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

Variants§

§

ChaCha20Key([u8; 32])