Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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-hash

Features
--------
Done:
- SHA1, SHA2 (226/256/384/512) hash functions.
- Test vectors are generated by a small Java program.

Credits
-------
- jban332