[][src]Crate mohan

Re-exports

pub use bytes;
pub use byteorder;

Modules

bech32

Repub bech32 Bech32 (BIP-173) checksummed Base32 data encoding

hash

Various Sized Blake2b hash functions Hash Functions

hex

To & From Hex

mserde

Serde Support Serde Support

schnorr
ser

Serilization Serialization and deserialization layer specialized for binary encoding. Ensures consistency and safety.

sync

Parking Lot backed Sync Primitives Organism Sync Utils

tai64

64bit Time handling TAI64(N) timestamp generation, parsing and calculation.

types

Fixed Integers & Hash

Macros

impl_fixed_hash_mohan_ser

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

impl_fixed_hash_serde

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

impl_uint_mohan_ser

Add Mohan serialization support to a fixed-sized Uint type created by construct_uint!.

impl_uint_serde

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