clvm-utils 0.2.0

Utility functions for processing clvm programs and structures
Documentation
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]
```