Mcrypto v0.2.0 Mcrypto.Hasher.Sha3 View Source

sha3 hash functionality

Link to this section Summary

Types

t()

Sha3 data structure contains the following keys

Link to this section Types

Link to this type

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

Sha3 data structure contains the following keys:

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