substrate/substrate
library
Classes
-
Blake2bHasher
-
Blake2b hash
-
Hasher
-
-
StorageDoubleMap<K1, K2, V>
-
-
StorageHasher<K>
-
-
StorageMap<K, V>
-
-
StorageNMap<V>
-
-
StorageQuadrupleMap<K1, K2, K3, K4, V>
-
-
StorageQuintupleMap<K1, K2, K3, K4, K5, V>
-
-
StorageSextupleMap<K1, K2, K3, K4, K5, K6, V>
-
-
StorageTripleMap<K1, K2, K3, V>
-
-
StorageValue<V>
-
-
TwoxxHasher
-
XX hash
-
XXHash64
-
XXHash64 is a fast and efficient non-cryptographic hash function for
64-bit platforms. It is designed for producing a quick and reliable hash
value for a given data, which can be used for many applications, such as
checksum, data validation, etc. In addition, it has a good distribution of
hash values, which helps to reduce collisions.