[][src]Module safe_core::core_structs

Core structs and associated functionality

Structs

AccessContInfo

Access container

AppAccess

Information about an app that has access to an MD through sign_key.

AppKeys

Represents the needed keys to work with the data.

MDataEntry

Mutable data entry.

MDataKey

Mutable data key.

MDataValue

Redefine the Value from safe-nd so that we can impl ReprC.

UserMetadata

Metadata for MutableData.

Statics

METADATA_KEY

Entry key under which the metadata are stored.

METADATA_KEY_LEN

Length of the metadata key.

Functions

access_container_enc_key

Encrypts and serialises an access container key using given app ID and app key.

access_container_entry_clone_from_repr_c

Convert FFI representation of AccessContainerEntry to native rust representation by cloning.

access_container_entry_into_repr_c

Convert AccessContainerEntry to FFI representation.

Type Definitions

AccessContainerEntry

Represents an entry for a single app in the access container