Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cryprot-core/src/block/gf128.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,8 @@ mod clmul {
mod benches {
extern crate test;

use std::mem::transmute;
use std::{hint::black_box, mem::transmute};

use criterion::black_box;
use rand::{Rng, rng};
use test::Bencher;

Expand Down