Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 539 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 539 Bytes

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