gear_core::ids

Function hash_of_array

Source
pub fn hash_of_array<T: AsRef<[u8]>, const N: usize>(array: [T; N]) -> [u8; 32]
Expand description

Creates a unique identifier by passing given argument to blake2b hash-function.

ยงSAFETY: DO NOT ADJUST HASH FUNCTION, BECAUSE MESSAGE ID IS SENSITIVE FOR IT.