bitwiseshiftleft
bitwiseshiftleft
I've noticed that v2.0 doesn't have a serialized size function. I'm a rust newbie, so I'm not going to attempt a pull request, but an implementation like this would probably...
I'm testing against 2.0.0-rc.1. The derive macros cause syntax errors when given a struct with a default generic argument, such as: ``` #[derive(Encode)] struct Foo {} ``` This produces the...
Having named this crate `compressed_map`, it seems rude to exclude other, future implementations of compressed maps with the same API. (Ribbon filters, fuse filters etc.) Maybe the type should be...
This library achieves good compression on large maps, but on small ones it's less impressive. The main culprit here is padding in CompressedRandomMap: since the bits of the output are...
Hi, and thanks for your talk at the NIST STPPA workshop. I'm curious about the curve and hash-to-curve functions used in MiniPSI. If I understand the code correctly, MiniPSI's hash-to-curve...