pub fn load(path: &Path) -> Result<[u8; 32]>Expand description
Loads an existing seed without creating one. Delegates to
schubert::crypto::KeyStore::load.
ยงErrors
Returns IjimaError::Store on I/O failure or
IjimaError::InvalidInput if the file is absent or not 32 bytes.