hash_identifier 1.0.0 copy "hash_identifier: ^1.0.0" to clipboard
hash_identifier: ^1.0.0 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

1
likes
0
points
19
downloads

Publisher

verified publisheravtobiografia.com

Weekly Downloads

Library for identifying different hashes

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on hash_identifier