fnv 1.0.1 copy "fnv: ^1.0.1" to clipboard
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.

3
likes
120
pub points
75%
popularity

Publisher

unverified uploader

FNV hash algorithm for Dart language (see http://isthe.com/chongo/tech/comp/fnv/)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on fnv