mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Bump max memory of JavaScript Sumo builds to 80 MiB
So that crypto_pwhash functions can work with the interactive settings in pure JavaScript, without WebAssembly.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
* Version 1.0.21-stable
|
||||
- JavaScript sumo builds now allow up to 80 MiB memory usage, so that
|
||||
`crypto_pwhash` with the interactive settings can be used in pure
|
||||
JavaScript, not just WebAssembly.
|
||||
- Performance: SHA3 (Keccak1600) now leverages ARM SHA3 instructions when
|
||||
available on ARM platforms.
|
||||
- Export missing crypto_ipcrypt_nd_keygen() helper function.
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user