Keep it simple to avoid issues with the different heaps in Emscripten

This commit is contained in:
Frank Denis
2015-11-26 17:06:18 +01:00
parent 20a13f60b5
commit a5b4926a19
4 changed files with 0 additions and 34 deletions
-1
View File
@@ -11,7 +11,6 @@ instructions set.
twice as fast as the portable one.
- An SSSE3 optimized implementation of ChaCha20 was added, and is
twice as fast as the portable one.
- sodium_increment(), crypto_verify_*() also got a speed bump.
- New helper functions have been added: `sodium_is_zero()` and
`sodium_add()`.
- `sodium_runtime_has_aesni()` now properly detects the CPU flag when