stevenbooru/vendor/src/github.com/dchest/blake2b
Christine Dodrill d80e5a05ca Add blake2b hashing 2015-07-31 01:32:03 -07:00
..
README Add blake2b hashing 2015-07-31 01:32:03 -07:00
blake2b.go Add blake2b hashing 2015-07-31 01:32:03 -07:00
blake2b_test.go Add blake2b hashing 2015-07-31 01:32:03 -07:00
block.go Add blake2b hashing 2015-07-31 01:32:03 -07:00

README

Go implementation of BLAKE2b collision-resistant cryptographic hash function
created by Jean-Philippe Aumasson, Samuel Neves, Zooko Wilcox-O'Hearn, and
Christian Winnerlein (https://blake2.net).

Stable version
--------------

A stable version of this package with commercial support is available
through StableLib: https://stablelib.com/v1/crypto/blake2b/


Development version
-------------------


INSTALLATION

    $ go get github.com/dchest/blake2b


DOCUMENTATION

    See http://godoc.org/github.com/dchest/blake2b


PUBLIC DOMAIN DEDICATION

Written in 2012 by Dmitry Chestnykh.

To the extent possible under law, the author have dedicated all copyright
and related and neighboring rights to this software to the public domain
worldwide. This software is distributed without any warranty.
http://creativecommons.org/publicdomain/zero/1.0/