diff options
Diffstat (limited to 'libcmix-crypto/ed25519/gcrypt/gcrypt_ed25519.c')
| -rw-r--r-- | libcmix-crypto/ed25519/gcrypt/gcrypt_ed25519.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
