A Merkle trie node is always 64 bytes (512 bits). GP Appendix D. Encoded as the first bit distinguishing branch (0) from leaf (1).
Constructors
branch (left right : Hash) : Node
Branch node: first bit = 0. Contains left (255 bits) and right (256 bits) child hashes.