Sign in
fuchsia
/
fuchsia
/
b913ed1479780eeb0de1e6d2e9d0ed17267964af
/
.
/
third_party
/
rust_crates
/
vendor
/
sha-1
/
benches
/
lib.rs
blob: f8822079af512b3031cd833b39892a9ca34ad2eb [
file
] [
log
] [
blame
]
#![
no_std
]
#![
feature
(
test
)]
#[
macro_use
]
extern
crate digest
;
extern
crate sha1
;
bench_digest
!(
sha1
::
Sha1
);