wasmer/rustdoc/blake2b_simd/many/sidebar-items.js
2019-09-06 15:57:44 -07:00

1 line
646 B
JavaScript

initSidebarItems({"constant":[["MAX_DEGREE","The largest possible value of `degree` on the target platform."]],"fn":[["degree","The parallelism degree of the implementation, detected at runtime. If you hash your inputs in small batches, making the batch size a multiple of `degree` will generally give good performance."],["hash_many","Hash any number of complete inputs all at once."],["update_many","Update any number of `State` objects at once."]],"struct":[["HashManyJob","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."]]});