[][src]Crate mohan

Re-exports

pub use bech32;
pub use merlin;
pub use blake2b_simd as blake2b;

Modules

hash

Various Sized Blake2b hash functions Hash Functions

hex

To & From Hex

ser

Serilization This is opiniated implementation that uses bincode for binary ser/der

sync

Parking Lot backed Sync Primitives Organism Sync Utils

types

Fixed Integers & Hash

Macros

impl_fixed_hash_serde

Add Serde serialization support to a fixed-sized hash type created by construct_fixed_hash!.

impl_uint_serde

Add Serde serialization support to an integer created by construct_uint!.