Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dchest/skein
Go implementation of Skein-512 hash function, MAC, and stream cipher.
https://github.com/dchest/skein
Last synced: about 1 month ago
JSON representation
Go implementation of Skein-512 hash function, MAC, and stream cipher.
- Host: GitHub
- URL: https://github.com/dchest/skein
- Owner: dchest
- License: bsd-2-clause
- Created: 2012-09-22T10:33:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T10:29:12.000Z (about 7 years ago)
- Last Synced: 2024-06-21T03:22:28.788Z (5 months ago)
- Language: Go
- Homepage: https://godoc.org/github.com/dchest/skein
- Size: 16.6 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Go implementation of Skein-512 hash function, MAC, and stream cipher.
Usage:
$ go get github.com/dchest/skeinImport:
import "github.com/dchest/skein"
Docs:
http://go.pkgdoc.org/github.com/dchest/skein