blob: ee0ad4d4b91408caba6306a109ad118bda655a0f [file] [log] [blame]
// See file LICENSE for more information.
library benchmark.digests.tiger_benchmark;
import '../benchmark/digest_benchmark.dart';
void main() {
DigestBenchmark('Tiger').report();
}