fnv 1.0.1 fnv: ^1.0.1 copied to clipboard
FNV hash algorithm for Dart language (see http://isthe.com/chongo/tech/comp/fnv/)
fnv #
FNV hash implementation in pure Dart.
Usage #
A simple usage example:
import 'package:fnv/fnv.dart';
void main() {
print(fnv1a_32_s('foo'));
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.