☰
In sp_core::hashing
In sp_core::hashing
Functions
blake2_128
blake2_128_into
blake2_256
blake2_256_into
blake2_512
blake2_512_into
blake2_64
blake2_64_into
keccak_256
keccak_512
sha2_256
twox_128
twox_128_into
twox_256
twox_256_into
twox_64
twox_64_into
?
Function
sp_core
::
hashing
::
blake2_512
source
·
[
−
]
pub fn blake2_512(data:
&[
u8
]
) ->
[
u8
; 64]
Expand description
Do a Blake2 512-bit hash and return result.