Macro sp_core_hashing_proc_macro::blake2b_64

source ·
blake2b_64!() { /* proc-macro */ }
Expand description

Process a Blake2 64-bit hash of bytes parameter outputs a [u8; 8]. Multiple inputs are concatenated before hashing. Input can be identifier (name of identifier as bytes is used), byte string or array of bytes.