MCPcopy Create free account
hub / github.com/RustCrypto/utils / TestGroup

Class TestGroup

wycheproof2blb/src/aead.rs:15–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14#[derive(Debug, Deserialize)]
15pub struct TestGroup {
16 #[serde(flatten)]
17 pub group: wycheproof::Group,
18 #[serde(rename = "ivSize")]
19 pub iv_size: u32,
20 #[serde(rename = "keySize")]
21 pub key_size: u32,
22 #[serde(rename = "tagSize")]
23 pub tag_size: u32,
24 pub tests: Vec<TestCase>,
25}
26
27#[derive(Debug, Deserialize)]
28pub struct TestCase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected