python-pyblake2 1.1.2 BLAKE2 hash function for Python

BLAKE2 is a cryptographic hash function, which offers stronger security while being as fast as MD5 or SHA-1, and comes in two flavors: BLAKE2b, optimized for 64-bit platforms and produces digests of any size between 1 and 64 bytes, and BLAKE2s, optimized for 8- to 32-bit platforms and produces digests of any size between 1 and 32 bytes.

This package provides a Python interface for BLAKE2.