A struct for encryption artefacts
Each encryption strategy can use Cryppo.EncryptionArtefacts if it
makes sense for the underlying cipher.
Summary
Types
Struct Cryppo.EncryptionArtefacts
Types
@type t() :: %Cryppo.EncryptionArtefacts{ additional_authenticated_data: binary() | nil, authentication_tag: binary() | nil, initialization_vector: binary() | nil }
Struct Cryppo.EncryptionArtefacts