Enum blake3::join::SerialJoin [−][src]
pub enum SerialJoin {}
Expand description
The trivial, serial implementation of Join
. The left and right sides are
executed one after the other, on the calling thread. The standalone hashing
functions and the Hasher::update
method use this implementation
internally.
See the join
module docs for more details.