Mcrypto v0.2.2 Mcrypto.Hasher.Blake2b View Source

Blake2b hash functionality

Link to this section Summary

Types

t()

Blake2b data structure contains the following keys

Link to this section Types

Link to this type

t() View Source
t() :: %Mcrypto.Hasher.Blake2b{
  name: atom(),
  round: non_neg_integer(),
  size: non_neg_integer()
}

Blake2b data structure contains the following keys:

  • :name: hasher name
  • :size: size of hash
  • :round: how many rounds of hashing do we do