Module algorithms

Source

Traitsยง

Commit
A trait for a commitment scheme.
CommitUncompressed
A trait for a commitment scheme.
Hash
A trait for a hash function.
HashMany
A trait for a hash function that produces multiple outputs.
HashToGroup
A trait for a hash function that projects the value to an affine group element.
HashToScalar
A trait for a hash function that projects the value to a scalar.
HashUncompressed
A trait for a hash function of an uncompressed variant.
PRF
A trait for a pseudorandom function.