Registry / crypto / textnonce

textnonce

JSON →
library1.0.0rscratesunverified

Generates text-based random nonces for use in cryptographic protocols.

# Cargo.toml [dependencies] textnonce = "1.0.0"
INSTALL
IMPORT
SIG · TEXTNONCE
T
textnonce
cryptorustv1.0.0
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.

TextNonce
use textnonce::TextNonce;

Generates a new random text nonce.

use textnonce::TextNonce; fn main() { let nonce = TextNonce::new().unwrap(); println!("{}", nonce.as_str()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
textnonce — cargo add textnonce · libregistry