[−][src]Module accumulator::hash
This module wraps blake2b_rfc
into a convenient hashing interface (GeneralHasher
) and
exports the generalized hash
function. Also exported is hash_to_prime
, which works by
repeatedly hash
ing a value together with an incrementing nonce until the output is prime.
Modules
primality | Primality testing for U256 inputs. Use |
Structs
Blake2b | Thin wrapper around |
Traits
GeneralHasher | Like |
Functions
blake2b | Calls |
hash | Hash using the general Hasher. |
hash_to_prime | Hashes |