Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/htruong/go-md2
MD2 hash implementation in Go (Golang)
https://github.com/htruong/go-md2
Last synced: 2 months ago
JSON representation
MD2 hash implementation in Go (Golang)
- Host: GitHub
- URL: https://github.com/htruong/go-md2
- Owner: htruong
- License: bsd-2-clause
- Created: 2013-02-22T23:39:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T20:36:18.000Z (over 7 years ago)
- Last Synced: 2024-06-19T00:34:28.239Z (6 months ago)
- Language: Go
- Homepage: https://godoc.org/github.com/htruong/go-md2
- Size: 3.91 KB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
MD2 implementation in Go
---
(c) 2012-2013 Huan TruongThis module can be used as usual as any other hash module in the crypt suite of Google Go distribution. Can be used in conjunction with HMAC too.
Please refer to LICENSE for license information.