Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Oct 17, 2024
1 parent 7fd7746 commit d9858f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcrux-ml-kem/benches/ml-kem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ pub unsafe fn decapsulation(c: &mut Criterion) {
pub fn comparisons(c: &mut Criterion) {
pk_validation(c);
key_generation(c);
unsafe{encapsulation(c)};
unsafe{decapsulation(c)};
unsafe { encapsulation(c) };
unsafe { decapsulation(c) };
}

criterion_group!(benches, comparisons);
Expand Down

0 comments on commit d9858f6

Please sign in to comment.