Registry / crypto / tetsy-crypto

tetsy-crypto

JSON →
library0.8.1rscratesunverified

Crypto utilities used by vapstore and network components.

# Cargo.toml [dependencies] tetsy-crypto = "0.8.1"
INSTALL
IMPORT
SIG · TETSY-CRYPTO
T
tetsy-crypto
cryptorustv0.8.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.

KeyPair
use tetsy_crypto::KeyPair;

Generates a new cryptographic key pair.

use tetsy_crypto::KeyPair; fn main() { let keypair = KeyPair::generate(); println!("Public key: {:?}", keypair.public()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
tetsy-crypto — cargo add tetsy-crypto · libregistry