Struct blake2s_simd::many::HashManyJob [−][src]
pub struct HashManyJob<'a> { /* fields omitted */ }
A job for the hash_many
function. After calling hash_many
on a
collection of HashManyJob
objects, you can call to_hash
on each job
to get the result.
Implementations
impl<'a> HashManyJob<'a>
[src]
impl<'a> HashManyJob<'a>
[src]Trait Implementations
impl<'a> Clone for HashManyJob<'a>
[src]
impl<'a> Clone for HashManyJob<'a>
[src]