CryppoEx v0.1.3 Cryppo.EncryptionArtefacts View Source

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

Link to this section Types

Specs

t() :: %Cryppo.EncryptionArtefacts{
  additional_authenticated_data: binary() | nil,
  authentication_tag: binary() | nil,
  initialization_vector: binary() | nil
}

Struct Cryppo.EncryptionArtefacts

Link to this section Functions

Specs

current_version() :: <<_::8>>