summaryrefslogtreecommitdiffstats
path: root/vendor/sha-1-0.8.2/benches/lib.rs
blob: e204e565a48a2b376fd896bd0dcd6a81e388f710 (plain)
1
2
3
4
5
6
7
#![no_std]
#![feature(test)]
#[macro_use]
extern crate digest;
extern crate sha1;

bench!(sha1::Sha1);