mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-23 18:53:13 +00:00
7 lines
135 B
Rust
7 lines
135 B
Rust
pub mod hasher;
|
|
pub mod merkle_tree;
|
|
pub mod tree_leav_item;
|
|
|
|
pub type TreeHashType = [u8; 32];
|
|
pub type CommitmentHashType = Vec<u8>;
|