hashlib 1.0.0-dev.4
hashlib: ^1.0.0-dev.4 copied to clipboard
RFC-compliant implementations of secure hash functions in pure Dart with zero-dependencies.
1.0.0-dev.4 #
- Rename
md5hashtomd5buffer - Fix docs for the functions
- Change input type for
md5streamtoStream<List<int>> - Adds
sha1following RFC3174 - New methods available:
sha1,sha1sum,sha1stream,sha1buffer
1.0.0-dev.3 #
- Downgrade dart support to 2.12.0
- Add benchmarks
- Optimize
md5for Dart - Expose more function:
md5,md5sum,md5stream,md5hash
1.0.0-dev.1 #
- Initial version.