https://github.com/dchest/blake2s
Go implementation of BLAKE2 (s) cryptographic hash function (optimized for 32-bit platforms).
https://github.com/dchest/blake2s
Last synced: about 1 year ago
JSON representation
Go implementation of BLAKE2 (s) cryptographic hash function (optimized for 32-bit platforms).
- Host: GitHub
- URL: https://github.com/dchest/blake2s
- Owner: dchest
- Created: 2012-12-28T22:45:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T23:16:19.000Z (about 8 years ago)
- Last Synced: 2025-04-11T04:36:09.377Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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/