Cryppo.EncryptedDataWithDerivedKey (CryppoEx v0.1.7) 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.EncryptedDatastructderived_key: aCryppo.DerivedKeystruct