BLAKE hash and HMAC
BLAKE hash and HMAC
Not logged in

This is an C implementation of BLAKE-256 hash function and HMAC function based on it, which is supposed to be readable and easy to study.

The code is in public domain (CC0).