pub type ADDigest = Digest<33>;
AVL tree digest: root hash along with tree height (33 bytes)
struct ADDigest(pub [u8; 33]);
0: [u8; 33]