blake2 0.8.1

BLAKE2 hash functions
Documentation
1
2
3
4
5
6
7
#![no_std]
#![feature(test)]
#[macro_use]
extern crate digest;
extern crate blake2;

bench!(blake2::Blake2s);