Rostyslav Tyshko ec9973517e add commitment
2024-12-02 00:56:48 +01:00

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>;