[go: up one dir, main page]

sha2 0.3.0

SHA-2 hash functions
Documentation
1
2
3
4
5
6
7
#![no_std]
#![feature(test)]
#[macro_use]
extern crate crypto_tests;
extern crate sha2;

bench_digest!(sha2::Sha256);