jwendel / dart-sha-2

SHA-2 implementation for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

SHA-2 implementation for Dart


Languages

Language:Dart 100.0%