belt-mac 0.2.0

MAC specified by the BelT standard
Documentation
1
2
3
4
5
6
7
//! Test vectors from STB 34.101.31-2020:
//! <https://apmi.bsu.by/assets/files/std/belt-spec371.pdf>

use belt_mac::BeltMac;
use digest::dev::reset_mac_test;

digest::new_mac_test!(belt_mac_stb, BeltMac, reset_mac_test, trunc_left);