Registry / crypto / exonum-crypto

exonum-crypto

JSON →
library1.0.0rscratesunverified

Cryptography related types, constants, traits and functions.

# Cargo.toml [dependencies] exonum-crypto = "1.0.0"
INSTALL
IMPORT
SIG · EXONUM-CRYPTO
E
exonum-crypto
cryptorustv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hash
use exonum_crypto::Hash;

Create a zero hash using exonum-crypto.

use exonum_crypto::Hash; fn main() { let hash = Hash::zero(); println!("Hash: {:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
exonum-crypto — cargo add exonum-crypto · libregistry