Module crypto

Source
Expand description

Cryptographic functionality for Tendermint.

This module provides type aliases and utility traits that facilitate use of interchangeable implementations of cryptographic routines used by Tendermint.

The abstract framework enabling this extensibility is provided by the digest and signature crates.

Re-exports§

pub use sha256::Sha256;

Modules§

default
Pure Rust implementations of the cryptographic traits.
ed25519
sha256
signature