mjosaarinen / blake2_mjosref

A clean & simple implementation of BLAKE2b and BLAKE2s hash functions -- written while writing the RFC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blake2_mjosref

29-Jan-15 Markku-Juhani O. Saarinen mjos@iki.fi

This is just an another -- somewhat smaller -- implementation of BLAKE2, written while working on the RFC text. Some stuff regarding parameter handling has been simplified. The API is little different from the original Reference implementation (after consultation with BLAKE2 authors).

See blake2.net for more information.

About

A clean & simple implementation of BLAKE2b and BLAKE2s hash functions -- written while writing the RFC.

License:Creative Commons Zero v1.0 Universal


Languages

Language:C 97.6%Language:Makefile 2.4%