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

Class TestGroup

wycheproof2blb/src/mac.rs:15–23  ·  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 = "keySize")]
19 pub key_size: u32,
20 #[serde(rename = "tagSize")]
21 pub tag_size: u32,
22 pub tests: Vec<TestCase>,
23}
24
25#[derive(Debug, Deserialize)]
26pub struct TestCase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected