Cryppo.EncryptionArtefacts (CryppoEx v0.2.4)

Copy Markdown View Source

A struct for encryption artefacts

Each encryption strategy can use Cryppo.EncryptionArtefacts if it makes sense for the underlying cipher.

Summary

Types

t()

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

Struct Cryppo.EncryptionArtefacts

Functions

current_version()

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