Browse Source
Merge pull request #2609 from babarosaM33/bloom_slots
crypto: lower bloom filter error rate
pull/2611/head
Max Lv
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/crypto.h
|
|
@ -80,7 +80,7 @@ typedef mbedtls_md_info_t digest_type_t; |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef BF_ERROR_RATE_FOR_SERVER |
|
|
|
#define BF_ERROR_RATE_FOR_SERVER 1e-6 |
|
|
|
#define BF_ERROR_RATE_FOR_SERVER 1e-10 |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef BF_ERROR_RATE_FOR_CLIENT |
|
|
|