-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
TweetNaCl.js Changelog | ||
====================== | ||
|
||
v0.9.2 | ||
------ | ||
|
||
* Improved documentation. | ||
* Fast version: increased theoretical message size limit from 2^32-1 to 2^52 | ||
bytes in Poly1305 (and thus, secretbox and box). However this has no impact | ||
in practice since JavaScript arrays or ArrayBuffers are limited to 32-bit | ||
indexes, and most implementations won't allocate more than a gigabyte or so. | ||
(Obviously, there are no tests for the correctness of implementation.) Also, | ||
it's not recommended to use messages that large without splitting them into | ||
smaller packets anyway. | ||
|
||
v0.9.1 | ||
------ | ||
|
||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters