Registry / crypto / fuel-crypto

fuel-crypto

JSON →
library0.66.4rscratesunverified

Fuel cryptographic primitives.

# Cargo.toml [dependencies] fuel-crypto = "0.66.4"
INSTALL
IMPORT
SIG · FUEL-CRYPTO
F
fuel-crypto
cryptorustv0.66.4
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.

SecretKey
✓ use fuel_crypto::SecretKey;

Generates a random secret key.

use fuel_crypto::SecretKey; let secret = SecretKey::random(&mut rand::thread_rng()); println!("Secret key: {:?}", secret);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.66.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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