Registry / testing / crypto-tests

crypto-tests

JSON →
library0.5.5rscratesunverified

Test helpers for cryptographic algorithms.

# Cargo.toml [dependencies] crypto-tests = "0.5.5"
INSTALL
IMPORT
SIG · CRYPTO-TESTS
C
crypto-tests
testingrustv0.5.5
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.

Test
✓ use crypto_tests::Test;

Create a simple cryptographic test case.

use crypto_tests::Test; fn main() { let test = Test::new("example", &[0u8; 16], &[0u8; 16]); println!("Test: {:?}", test); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
crypto-tests — cargo add crypto-tests · libregistry