Mcrypto v0.1.0 Mcrypto.Hasher.Keccak View Source

Keccakf1600 hash functionality

Link to this section Summary

Types

t()

Keccak data structure contains the following keys

Link to this section Types

Link to this type

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

Keccak data structure contains the following keys:

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