Skip to content
/ blake2s Public

Go implementation of BLAKE2 (s) cryptographic hash function (optimized for 32-bit platforms).

Notifications You must be signed in to change notification settings

dchest/blake2s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go implementation of BLAKE2s 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/blake2s


DOCUMENTATION

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


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/

About

Go implementation of BLAKE2 (s) cryptographic hash function (optimized for 32-bit platforms).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages