From 5fe00e922bb4f64ae9cb8b8190d6df75b7b46cac Mon Sep 17 00:00:00 2001 From: ImBenji Date: Wed, 17 Sep 2025 23:25:01 +0100 Subject: [PATCH] Implement FNV-1a hash extension for String and update key hashing in BinaryTable --- dart/lib/binary_table.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/lib/binary_table.dart b/dart/lib/binary_table.dart index 6fc1e2a..81c55e4 100644 --- a/dart/lib/binary_table.dart +++ b/dart/lib/binary_table.dart @@ -13,7 +13,7 @@ Use of this source code is governed by a MIT license that can be found in the LICENSE file. -This file is part of the Binary Table package for Dart. +This file is part of the SweepStore (formerly Binary Table) package for Dart. */