1 2 3 4 5 6 7 8 9
Library providing utility functions for handling CLVM programs computing tree hash: ```rust fn tree_hash(a: &Allocator, node: NodePtr) -> [u8; 32] ```