View Source Cryppo.EncryptionArtefacts (CryppoEx v0.2.3)

A struct for encryption artefacts

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

Summary

Types

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

Struct Cryppo.EncryptionArtefacts

Functions

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