referrerpolicy=no-referrer-when-downgrade
sp_crypto_hashing_proc_macro

Macro blake2b_256

Source
blake2b_256!() { /* proc-macro */ }
Expand description

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