From 62022201f2b8c2572d2c4c77d825d704e288f597 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 10 Dec 2017 02:09:06 +0100 Subject: [PATCH] WebAssembly benefits from the 128-bit types, too --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1e22b358..bdc45bc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * Version 1.0.16 - Signatures computations and verifications are now way faster on 64-bit platforms with compilers supporting 128-bit arithmetic (gcc, -clang, icc). +clang, icc). This includes the WebAssembly target. - New low-level APIs for computations over edwards25519: `crypto_scalarmult_ed25519()`, `crypto_scalarmult_ed25519_base()`, `crypto_core_ed25519_is_valid_point()`, `crypto_core_ed25519_add()`,