Registry / crypto / ursa
library0.3.7rscratesunverified

This is the shared crypto library for Hyperledger components.

# Cargo.toml [dependencies] ursa = "0.3.7"
INSTALL
IMPORT
SIG · URSA
U
ursa
cryptorustv0.3.7
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.

Ed25519Sha512
✓ use ursa::signatures::Ed25519Sha512;

Create and verify Ed25519 signatures using Ursa

use ursa::signatures::Ed25519Sha512; fn main() { let message = b"test message"; let (public_key, private_key) = Ed25519Sha512::new_keypair().unwrap(); let signature = Ed25519Sha512::sign(message, &private_key).unwrap(); println!("Signature created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
Resources
ursa — cargo add ursa · libregistry