blob: 4e01049a6640a027c16c88351bb4526b4eeed159 [file] [log] [blame]
// See file LICENSE for more information.
library benchmark.digests.sha256_benchmark;
import '../benchmark/digest_benchmark.dart';
void main() {
DigestBenchmark('SHA-256').report();
}