blob: 56da90e570e24e846488f57bac9a11569d0796da [file]
// See file LICENSE for more information.
library benchmark.digests.sha224_benchmark;
import '../benchmark/digest_benchmark.dart';
void main() {
DigestBenchmark('SHA-224').report();
}