e-0.1.0.0: Express sensitive data inside text files in readable and compact way.

Safe HaskellNone
LanguageHaskell2010

E.Metadata

Description

Encrypted values store.

Synopsis

Documentation

newtype Metadata Source #

Store of encrypted value indexed by ValName.

Constructors

Metadata 

data MetadataError Source #

Metadata-specific exceptions.

Constructors

MetadataInconsistentValues ValName

Updating existing variable with different value

singleton :: ValName -> EncValue -> Metadata Source #

Metadata with single value.