[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 111/164: Improved IBF with salt + prime ibf size
From: |
gnunet |
Subject: |
[gnunet] 111/164: Improved IBF with salt + prime ibf size |
Date: |
Fri, 30 Jul 2021 15:32:57 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit 3f815cd1c5b193a88c34d741f149a8f4f7208649
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Wed May 26 10:12:07 2021 +0200
Improved IBF with salt + prime ibf size
---
src/setu/gnunet-service-setu_strata_estimator.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/setu/gnunet-service-setu_strata_estimator.c
b/src/setu/gnunet-service-setu_strata_estimator.c
index 16ee83124..30972f52c 100644
--- a/src/setu/gnunet-service-setu_strata_estimator.c
+++ b/src/setu/gnunet-service-setu_strata_estimator.c
@@ -146,7 +146,7 @@ strata_estimator_insert (struct MultiStrataEstimator *se,
struct IBF_Key salted_key;
salt_key (&key,
- strata_ctr ,
+ strata_ctr * 16 ,
&salted_key);
v = salted_key.key_val;
for (i = 0; v & 1; v >>= 1, i++) {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] 112/164: Baseline for salt optimization, (continued)
- [gnunet] 112/164: Baseline for salt optimization, gnunet, 2021/07/30
- [gnunet] 102/164: Some more tests, gnunet, 2021/07/30
- [gnunet] 106/164: Added configuration new configration options as api options fixes memory leak, gnunet, 2021/07/30
- [gnunet] 105/164: Added randum seed for randum map, gnunet, 2021/07/30
- [gnunet] 104/164: Added full send commit message + changes request full message, gnunet, 2021/07/30
- [gnunet] 121/164: Made SE vary sizes depending on new formula, gnunet, 2021/07/30
- [gnunet] 129/164: Fixed some warnings, gnunet, 2021/07/30
- [gnunet] 131/164: Fixed all warnings/notices for gcc and clang, gnunet, 2021/07/30
- [gnunet] 103/164: Fixed some phase stuff and shuffle full sending elements, gnunet, 2021/07/30
- [gnunet] 123/164: Disable performance messurement, gnunet, 2021/07/30
- [gnunet] 111/164: Improved IBF with salt + prime ibf size,
gnunet <=
- [gnunet] 128/164: Added some more comment, gnunet, 2021/07/30
- [gnunet] 119/164: Added some security checks, gnunet, 2021/07/30
- [gnunet] 143/164: Added some comments, gnunet, 2021/07/30
- [gnunet] 139/164: Fixed wrong argument for mode of operation, gnunet, 2021/07/30
- [gnunet] 80/164: Perf test, gnunet, 2021/07/30
- [gnunet] 84/164: Perf test, gnunet, 2021/07/30
- [gnunet] 110/164: Improved IBF with salt + prime ibf size, gnunet, 2021/07/30
- [gnunet] 113/164: Salt mul 7 for salt optimization, gnunet, 2021/07/30
- [gnunet] 117/164: Prepare fore messurement 4, gnunet, 2021/07/30
- [gnunet] 109/164: Added multi strata estimator, gnunet, 2021/07/30