Skip to main content

read_root_pointer

Function read_root_pointer 

Source
pub fn read_root_pointer(
    root_path: &Path,
    symbol_auth_enabled: bool,
    master_key: Option<&[u8; 32]>,
) -> Result<EcsRootPointer>
Expand description

Read and decode ecs/root.

ยงErrors

Returns FrankenError::DatabaseCorrupt for malformed root data.