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

1 line
878 B
JavaScript

initSidebarItems({"constant":[["BLOCKBYTES","The number input bytes passed to each call to the compression function. Small benchmarks need to use an even multiple of `BLOCKBYTES`, or else their apparent throughput will be low."],["KEYBYTES","The max key length."],["OUTBYTES","The max hash length."],["PERSONALBYTES","The max personalization length."],["SALTBYTES","The max salt length."]],"fn":[["blake2b","Compute the BLAKE2b hash of a slice of bytes all at once, using default parameters."]],"mod":[["blake2bp","BLAKE2bp, a variant of BLAKE2b that uses SIMD more efficiently."],["many","Interfaces for hashing multiple inputs at once, using SIMD more efficiently."]],"struct":[["Hash","A finalized BLAKE2 hash, with constant-time equality."],["Params","A parameter builder that exposes all the non-default BLAKE2 features."],["State","An incremental hasher for BLAKE2b."]]});