Mcrypto v0.2.2 Mcrypto.Hasher.Blake2b View Source
Blake2b hash functionality
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Mcrypto.Hasher.Blake2b{
name: atom(),
round: non_neg_integer(),
size: non_neg_integer()
}
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