Skip to content

Commit

Permalink
remove commented code in self.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Sep 17, 2024
1 parent 89b109d commit 30f0fb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcrux-ml-kem/tests/self.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ macro_rules! impl_consistency {

#[cfg(all(feature = "pre-verification",))]
macro_rules! impl_consistency_unpacked {
// $key_gen:expr, $encaps:expr, $key_gen_unpacked:expr, $encaps_unpacked:expr, $decaps_unpacked:expr
($name:ident, $modp:path) => {
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
#[test]
Expand Down

0 comments on commit 30f0fb3

Please sign in to comment.