Registry / crypto / tet-application-crypto

tet-application-crypto

JSON →
library2.1.2rscratesunverified

Provides facilities for generating application specific crypto wrapper types.

# Cargo.toml [dependencies] tet-application-crypto = "2.1.2"
INSTALL
IMPORT
SIG · TET-APPLICATION-CR
T
tet-application-crypto
cryptorustv2.1.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.

AppKey
use tet_application_crypto::AppKey;

Generates an application-specific cryptographic key.

use tet_application_crypto::AppKey; fn main() { let key = AppKey::generate(); println!("Generated key: {:?}", key); }
Debug
Known issues
gotchaTied to TET ecosystem; may not be compatible with other frameworks.
fix
Use only within TET-based projects.
affects: >=2.0.0
Upgrade
Version history
2.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
tet-application-crypto — cargo add tet-application-crypto · libregistry