Crate diem_crypto

Crate diem_crypto 

Source
Expand description

This feature gets turned on only if diem-crypto is compiled via MIRAI in a nightly build. A library supplying various cryptographic primitives

Re-exports§

pub use hash::HashValue;
pub use self::traits::*;

Modules§

bls
A BLS signature wrapper
ec_vrf
A Elliptic Curve VRF wrapper
error
Rexport the error types needed for the various crypto traits
hash
This module defines traits and implementations of cryptographic hash functions for the Diem project.
key_file
Utility to store encrypted private keys
multi_bls
A multi bls signature wrapper
test_utils
Internal module containing convenience utility functions mainly for testing
traits
This module provides a generic set of traits for dealing with cryptographic primitives.