From ce2d83a434cea8a6317690aadbb478a58858ad5b Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 30 Apr 2017 11:54:13 +0200 Subject: Upped the stride to the maximum possible value. --- libcmix-crypto/ed25519/gcrypt/gcrypt_ed25519.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcmix-crypto/ed25519') diff --git a/libcmix-crypto/ed25519/gcrypt/gcrypt_ed25519.c b/libcmix-crypto/ed25519/gcrypt/gcrypt_ed25519.c index 8807282..c8913cf 100644 --- a/libcmix-crypto/ed25519/gcrypt/gcrypt_ed25519.c +++ b/libcmix-crypto/ed25519/gcrypt/gcrypt_ed25519.c @@ -26,7 +26,7 @@ static gcry_mpi_t p; static unsigned int nr_bits = 256; static unsigned int nr_point_bits = 256 * 2; static unsigned int nr_bytes = 256 / 8; -static unsigned int stride = 16; +static unsigned int stride = 32; void check(gcry_error_t error) { if (error) { -- cgit v1.2.3-70-g09d2