FNV hash implementation in pure Dart.
A simple usage example:
import 'package:fnv/fnv.dart';
void main() {
print(fnv1a_32_s('foo'));
}
Please file feature requests and bugs at the issue tracker.
FNV hash implementation in pure Dart.
A simple usage example:
import 'package:fnv/fnv.dart';
void main() {
print(fnv1a_32_s('foo'));
}
Please file feature requests and bugs at the issue tracker.