Registry / crypto / iota-crypto

iota-crypto

JSON →
library0.23.2rscratesunverified

The canonical source of cryptographic ground-truth for all IOTA Rust projects.

# Cargo.toml [dependencies] iota-crypto = "0.23.2"
INSTALL
IMPORT
SIG · IOTA-CRYPTO
I
iota-crypto
cryptorustv0.23.2
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.

Ed25519Signature
use iota_crypto::signatures::Ed25519Signature;

Creates a new Ed25519 signature from a byte array.

use iota_crypto::signatures::Ed25519Signature; fn main() { let signature = Ed25519Signature::new(&[0u8; 64]); println!("Signature: {:?}", signature); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.23.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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