1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00

1.0.4 may still not work out of the box on Windows Phone

due to no CSPRNG being available to C applications.
This commit is contained in:
Frank Denis 2015-10-12 14:45:49 +02:00
parent f169623d4e
commit cc56966d7e

View File

@ -8,7 +8,6 @@ An IETF-compatible version of ChaCha20Poly1305 is available as
crypto_aead_chacha20poly1305_ietf_npubbytes(),
crypto_aead_chacha20poly1305_ietf_encrypt() and
crypto_aead_chacha20poly1305_ietf_decrypt().
- Sodium can now be used in Windows Store apps.
- The sodium_increment() helper function has been added, to increment
an arbitrary long number (such as a nonce).