pub const MAX_DYNAMIC_NODES: usize = 65_536;
Maximum total node count in a Dynamic tree. Defense-in-depth bound on the worst-case allocation a malformed payload could trigger.
Dynamic