Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jban332/dart-hash
A hash function library for Dart.
https://github.com/jban332/dart-hash
Last synced: 27 days ago
JSON representation
A hash function library for Dart.
- Host: GitHub
- URL: https://github.com/jban332/dart-hash
- Owner: jban332
- License: mit
- Created: 2012-04-21T19:31:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T23:52:25.000Z (over 10 years ago)
- Last Synced: 2024-10-05T22:03:20.462Z (3 months ago)
- Language: Dart
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Do not use this library!
========================
It was written in early 2012 when there was no other crypto library available.
The syntax is no longer supported by Dart.Dart-hash
=========
Dart-hash is a hash function library for Dart.All files are released under the MIT license.
Contributions are welcome.Github:
https://github.com/jban332/dart-hashFeatures
--------
Done:
- SHA1, SHA2 (226/256/384/512) hash functions.
- Test vectors are generated by a small Java program.Credits
-------
- jban332