Crates.io | chinilla-clvm-utils |
lib.rs | chinilla-clvm-utils |
version | 0.1.21 |
source | src |
created_at | 2022-12-03 08:17:16.44004 |
updated_at | 2022-12-11 06:15:22.664806 |
description | Utility functions for processing clvm programs and structures |
homepage | https://github.com/Chinilla/chinilla_rs/ |
repository | https://github.com/Chinilla/chinilla_rs/chinilla-clvm-utils |
max_upload_size | |
id | 728982 |
size | 11,000 |
Library providing utility functions for handling CLVM programs
computing tree hash:
fn tree_hash(a: &Allocator, node: NodePtr) -> [u8; 32]