Registry / crypto / crypto-common

crypto-common

JSON →
library0.2.2rscratesunverified

Common traits used by cryptographic algorithms in the RustCrypto project.

# Cargo.toml [dependencies] crypto-common = "0.2.2"
INSTALL
IMPORT
SIG · CRYPTO-COMMON
C
crypto-common
cryptorustv0.2.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.

KeySize
use crypto_common::KeySize;

Using a key size enum from crypto-common.

use crypto_common::KeySize; fn main() { let size = KeySize::U256; println!("Key size: {:?}", size); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources