Add sodium_increment()

This commit is contained in:
Frank Denis
2015-06-22 15:44:58 +02:00
parent 5f74196b0f
commit e2fca8cac5
5 changed files with 46 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ 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).
* Version 1.0.3
- In addition to sodium_bin2hex(), sodium_hex2bin() is now a