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

Class Algorithm

wycheproof2blb/src/main.rs:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31type BlbGenerator = fn(&[u8], &str, u32) -> Vec<TestInfo>;
32
33struct Algorithm {
34 pub file: &'static str,
35 pub generator: BlbGenerator,
36}
37
38fn main() {
39 let args: Vec<String> = std::env::args().collect();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected