Crate wildland_corex

Crate wildland_corex 

Source

Re-exports§

pub use catlib_service::*;
pub use container_manager::*;
pub use entities::*;

Modules§

catlib_service
container_manager
dfs
utils
General crypto utilities and wrappers

Structs§

EncryptingKeypair
Keypair that can be used for encryption. See crypto-box crate for details.
Identity
This structure represents Wildland cryptographic identity.
LssService
MasterIdentity
SigningKeypair
Storage
Storage is basically the same struct as super::StorageTemplate but it serializable/deserializable content is filled with values provided by corex for a particular container
StorageTemplate
TemplateContext

Enums§

CoreXError
CryptoError
ForestIdentityCreationError
ForestRetrievalError
LssError
StorageAccessMode
StorageTemplateError
WildlandIdentity

Constants§

ACCESS_MODE_PARAM
CONTAINER_NAME_PARAM
CONTAINER_UUID_PARAM
DEFAULT_FOREST_KEY
OWNER_PARAM
PATHS_PARAM

Traits§

LocalSecureStorage

Functions§

generate_random_mnemonic
Generate a new random mnemonic phrase

Type Aliases§

CorexResult
LssResult
MnemonicPhrase