View Source Cryppo.EncryptionArtefacts (CryppoEx v0.2.2)
A struct for encryption artefacts
Each encryption strategy can use Cryppo.EncryptionArtefacts if it
makes sense for the underlying cipher.
Link to this section Summary
Types
Struct Cryppo.EncryptionArtefacts
Link to this section Types
@type t() :: %Cryppo.EncryptionArtefacts{ additional_authenticated_data: binary() | nil, authentication_tag: binary() | nil, initialization_vector: binary() | nil }
Struct Cryppo.EncryptionArtefacts
Link to this section Functions
@spec current_version() :: <<_::8>>