crypto_api_blake2 0.2.0

Implements Blake2b for `crypto_api`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Hash < 64
output_len: 63
error_desc: `buf.len()` is invalid

# Hash > 64
output_len: 65
error_desc: `buf.len()` is invalid

# Varlen hash < 1
output_len: 0
error_desc: `buf.len()` is too small

# Varlen hash > 64
output_len: 65
error_desc: `buf.len()` is too large