hash_identifier 1.0.1 copy "hash_identifier: ^1.0.1" to clipboard
hash_identifier: ^1.0.1 copied to clipboard

outdated

Library for identifying different hashes

Library for identifying different hashes #

Usage #

A simple usage example:

import 'package:hash_identifier/hash_identifier.dart';

main() {
  var prototypes = getDefaultPrototypes();
  var candidates = Identify("abcd", prototypes);
  print(candidates);
}

Dart port of hashId