pub type AuxiliaryHashes = Vec<[u8; 32]>;
Expand description

The list of auxiliary hashes for a particular leaf node. These are the hashes which together with the leaf nodes HMAC are required to recompute the updated root hash of the hash tree.

Aliased Type§

struct AuxiliaryHashes { /* private fields */ }