Registry / crypto / aptos-crypto

aptos-crypto

JSON →
libraryrscratesunverified

Cryptographic primitives used in the Aptos blockchain.

# Cargo.toml [dependencies] aptos-crypto = "latest"
INSTALL
IMPORT
SIG · APTOS-CRYPTO
A
aptos-crypto
cryptorust
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.

HashValue
use aptos_crypto::HashValue;

Generates a random hash value using Aptos crypto.

use aptos_crypto::HashValue; fn main() { let hash = HashValue::random(); println!("{:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
40
Resources
aptos-crypto — cargo add aptos-crypto · libregistry