gg_hash 1.0.4 copy "gg_hash: ^1.0.4" to clipboard
gg_hash: ^1.0.4 copied to clipboard

A simple FNV-1 hash implementation used across multiple projects within our organization.

example/gg_hash_example.dart

import 'package:gg_hash/gg_hash.dart';
import 'package:gg_hash/src/fnv1.dart';

void main() {
  print(fnv1(['a', 'b', 'c'])); // 6619819810309098008
}
1
likes
160
points
389
downloads

Publisher

verified publisherinlavigo.com

Weekly Downloads

A simple FNV-1 hash implementation used across multiple projects within our organization.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on gg_hash