Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 292 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 292 Bytes

SHA-224, 384, 512 for Dart

Dart's current crypto library supports SHA-1 and SHA-256, but does not support the other SHA-2 algorithms. This project is being used to track my implementation of these hash functions. It includes both the code changes and tests.