Skip to main content

Module parallel_digest

Module parallel_digest 

Source

Structs§

ParallelDigestAdapter
Adapts a sequential [Digest] into a ParallelDigest that hashes one leaf per element of a parallel iterator.
ParallelMultidigestImpl
A wrapper that implements the ParallelDigest trait for a MultiDigest implementation.

Traits§

MultiDigest
An object that efficiently computes N instances of a cryptographic hash function in parallel.
ParallelDigest