#hash #blake3 #value #maximum #indexing #predictable #watson-hash-index

hash-index

具有可能最大值的可预测哈希索引。使用Blake3的watson/hash-index的Rust适配版

2个版本

0.1.1 2020年1月13日
0.1.0 2020年1月13日

#5 in #predictable

MIT许可证

3KB

hash-index

具有可能最大值的可预测哈希索引。使用watson/hash-indexBlake3的Rust适配版

用法

use hash_index;

let hash = hash_index::hash(b"foobar"); // 2857448067
let hash_with_max = hash_index::hash_with_max(b"foobar", 100); // 67

参见

依赖项

~2MB
~49K SLoC