Registry / crypto / cylinder

cylinder

JSON →
library0.3.1rscratesunverified

A high-level cryptographic signing library.

# Cargo.toml [dependencies] cylinder = "0.3.1"
INSTALL
IMPORT
SIG · CYLINDER
C
cylinder
cryptorustv0.3.1
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.

Signer
use cylinder::Signer;

Creates a signer and signs a message.

use cylinder::Signer; fn main() { let signer = cylinder::Signer::new(); let signature = signer.sign(b"message"); println!("Signature: {:?}", signature); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
cylinder — cargo add cylinder · libregistry