1 2 3 4 5 6 7
#![no_std] #![feature(test)] #[macro_use] extern crate crypto_tests; extern crate sha2; bench_digest!(sha2::Sha256);