CryppoEx v0.1.1 Cryppo.EncryptedDataWithDerivedKey View Source
A struct for a derived key and data encrypted with this derived key
Link to this section Summary
Types
Struct Cryppo.EncryptedData
Link to this section Types
Specs
t() :: %Cryppo.EncryptedDataWithDerivedKey{ derived_key: Cryppo.DerivedKey.t(), encrypted_data: Cryppo.EncryptedData.t() }
Struct Cryppo.EncryptedData
A Cryppo.EncryptedData
struct contains
encrypted_data
: aCryppo.EncryptedData
structderived_key
: aCryppo.DerivedKey
struct