macro_rules! vdaf_dispatch_impl_test_util {
(impl match test_util $vdaf_instance:expr, ($vdaf:ident, $Vdaf:ident, $VERIFY_KEY_LEN:ident, $dp_strategy:ident, $DpStrategy:ident) => $body:tt) => { ... };
}Available on crate feature
test-util only.Expand description
Internal implementation details of vdaf_dispatch.