Latest update.

This commit is contained in:
2019-10-17 23:54:38 +09:00
parent 41a23ae6f6
commit ee84d0dd84
1357 changed files with 41111 additions and 9603 deletions
+2 -3
View File
@@ -11,8 +11,7 @@
#include <string.h>
#include <openssl/crypto.h>
#include "internal/poly1305.h"
#include "poly1305_local.h"
#include "crypto/poly1305.h"
size_t Poly1305_ctx_size(void)
{
@@ -89,7 +88,7 @@ static void
poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit);
/*
* Type-agnostic "rip-off" from constant_time_locl.h
* Type-agnostic "rip-off" from constant_time.h
*/
# define CONSTANT_TIME_CARRY(a,b) ( \
(a ^ ((a ^ b) | ((a - b) ^ b))) >> (sizeof(a) * 8 - 1) \