increase nonce size to 32 bytes, required when using SHA384/512 PRFs

This commit is contained in:
Martin Willi
2008-12-31 08:58:49 +00:00
parent b768170bf3
commit d34030a810
+1 -1
View File
@@ -32,7 +32,7 @@ typedef struct nonce_payload_t nonce_payload_t;
/** /**
* Nonce size in bytes for nonces sending to other peer. * Nonce size in bytes for nonces sending to other peer.
*/ */
#define NONCE_SIZE 16 #define NONCE_SIZE 32
/** /**
* Length of a nonce payload without a nonce in bytes. * Length of a nonce payload without a nonce in bytes.