WebAssembly benefits from the 128-bit types, too

This commit is contained in:
Frank Denis 2017-12-10 02:09:06 +01:00
parent 98313bb8c7
commit 62022201f2

View File

@ -2,7 +2,7 @@
* Version 1.0.16 * Version 1.0.16
- Signatures computations and verifications are now way faster on - Signatures computations and verifications are now way faster on
64-bit platforms with compilers supporting 128-bit arithmetic (gcc, 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: - New low-level APIs for computations over edwards25519:
`crypto_scalarmult_ed25519()`, `crypto_scalarmult_ed25519_base()`, `crypto_scalarmult_ed25519()`, `crypto_scalarmult_ed25519_base()`,
`crypto_core_ed25519_is_valid_point()`, `crypto_core_ed25519_add()`, `crypto_core_ed25519_is_valid_point()`, `crypto_core_ed25519_add()`,