/*
Appellation: hashes <module>
Contributors: FL03 <jo3mccain@icloud.com>
*/pubuseself::{h160::*,h256::*};modh160;modh256;/// The H160Hash type is a 20-byte hash.
pubtypeH160Hash=[u8;20];/// The H256Hash type is a 32-byte hash.
pubtypeH256Hash=[u8;32];pub(crate)modutils{}