[go: up one dir, main page]

blake2 0.9.0

BLAKE2 hash functions
Documentation
1
2
3
4
5
6
#![no_std]

use crypto_mac::new_test;

new_test!(blake2b_mac, "blake2b/mac", blake2::Blake2b);
new_test!(blake2s_mac, "blake2s/mac", blake2::Blake2s);