aboutsummaryrefslogtreecommitdiff
path: root/src/setu
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 21:28:11 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:51:58 +0100
commitb512a9883116c959474cf547e38fd7944dd9c54d (patch)
tree39e8d6db6b4bad362505627e12947d93c2d47ab6 /src/setu
parent95b52cc6fe194ffea48f0833429926f843c4d194 (diff)
downloadgnunet-b512a9883116c959474cf547e38fd7944dd9c54d.tar.gz
gnunet-b512a9883116c959474cf547e38fd7944dd9c54d.zip
-DOC: Documentation cleanup pass through SETU subsystem
Diffstat (limited to 'src/setu')
-rw-r--r--src/setu/ibf.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/setu/ibf.c b/src/setu/ibf.c
index c4607c1ba..3978aa3c6 100644
--- a/src/setu/ibf.c
+++ b/src/setu/ibf.c
@@ -343,15 +343,6 @@ ibf_write_slice (const struct InvertibleBloomFilter *ibf,
343} 343}
344 344
345 345
346/**
347 * Packs the counter to transmit only the smallest possible amount of bytes and
348 * preventing overflow of the counter
349 * @param ibf the ibf to write
350 * @param start with which bucket to start
351 * @param count how many buckets to write
352 * @param buf buffer to write the data to
353 * @param max bit length of a counter for unpacking
354 */
355 346
356void 347void
357pack_counter (const struct InvertibleBloomFilter *ibf, 348pack_counter (const struct InvertibleBloomFilter *ibf,
@@ -416,15 +407,6 @@ pack_counter (const struct InvertibleBloomFilter *ibf,
416} 407}
417 408
418 409
419/**
420 * Unpacks the counter to transmit only the smallest possible amount of bytes and
421 * preventing overflow of the counter
422 * @param ibf the ibf to write
423 * @param start with which bucket to start
424 * @param count how many buckets to write
425 * @param buf buffer to write the data to
426 * @param max bit length of a counter for unpacking
427 */
428 410
429void 411void
430unpack_counter (const struct InvertibleBloomFilter *ibf, 412unpack_counter (const struct InvertibleBloomFilter *ibf,