summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/net_crypto.h')
-rw-r--r--toxcore/net_crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index 0de66e98..3ec70c21 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -77,8 +77,6 @@ typedef struct {
77 77
78#include "DHT.h" 78#include "DHT.h"
79 79
80#define ENCRYPTION_PADDING (crypto_box_ZEROBYTES - crypto_box_BOXZEROBYTES)
81
82/* return zero if the buffer contains only zeros. */ 80/* return zero if the buffer contains only zeros. */
83uint8_t crypto_iszero(uint8_t *buffer, uint32_t blen); 81uint8_t crypto_iszero(uint8_t *buffer, uint32_t blen);
84 82