1
0
mirror of https://github.com/DP-3T/documents.git synced 2025-02-22 18:40:11 +01:00

Fix indentation

This commit is contained in:
Dirk-Willem van Gulik 2020-04-10 14:00:38 +02:00
parent 88d2820ea8
commit c0ec5147bc

View File

@ -49,10 +49,10 @@ The Cuckoo filter shall be serialised as:
- Number of slots: unsigned 32 bit integer (S) - Number of slots: unsigned 32 bit integer (S)
- Number of buckets: unsigned 32 bit integer (B) - Number of buckets: unsigned 32 bit integer (B)
- Buckets B x ( A x slotsID) - Buckets B x ( A x slotsID)
- with the slotID an unsigned 32 bit integer. - with the slotID an unsigned 32 bit integer.
- Slots(numbered 0 .. slotsID) S x ( key ) - Slots(numbered 0 .. slotsID) S x ( key )
- with the key a 31 bit unsigned int; - with the key a 31 bit unsigned int;
- the topbit denotes a populated (0) or empty (1) slot. - the topbit denotes a populated (0) or empty (1) slot.
### Cuckoo filter publication ### Cuckoo filter publication