mirror of
https://github.com/minio/minio.git
synced 2024-12-26 23:25:54 -05:00
e10934a88e
Fixes #1952
24 lines
643 B
Plaintext
24 lines
643 B
Plaintext
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).
|
|
|
|
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/
|
|
|