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