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