| Crates.io | sbf-blake3 |
| lib.rs | sbf-blake3 |
| version | 0.2.0 |
| created_at | 2022-01-18 19:44:25.694507+00 |
| updated_at | 2022-01-18 19:44:25.694507+00 |
| description | Spatial Bloom Filter, a probabilistic data structure that maps elements of a space to indexed disjoint subsets of that space. |
| homepage | https://github.com/cryptoquick/sbf-rs |
| repository | https://gitlab.com/bertof/sbf-rs |
| max_upload_size | |
| id | 516392 |
| size | 39,088 |
SBF is a probabilistic data structure that maps elements of a space to indexed disjoint subsets of that space.
This is a reimplementation of the C library by the original research group.
This repository is forked from GitLab and Github
This crate allows the following features:
md4_hash Allows to use a md4 based hashing algorithm;md5_hash Allows to use a md5 based hashing algorithm;blake3_hash Allows to use a Blake3 based hashing algorithm;serial Enables serde integration;metrics Generates and updates an internal metrics object, useful in simulations and benchmarks of the library.By default only md5_hash is enabled.