Type Definition infinitree::Digest[][src]

pub type Digest = [u8; 32];
Expand description

A digest-like type.

Note that you should not rely on this type staying what it is right now. The specific type is subject to change in the future.