We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I also encoded with `encodeUTF8` the string data so it can be encrypted, and decoded the decrypted data with `decodeUTF8`.
While the encoding and decoding functions in `tweetnacl-js` seem to work fine, the author of the package strongly recommends using their [StableLib](https://www.stablelib.com/) packages for better compatibility across applications.
Fix link
Updated Who uses TweetNaCl.js (markdown)
Add page link to wiki home
Added note about performance in Jest (resolves #221)
Updated Home (markdown)
Add box example, add short explaining
Added CryptPad to the list of projects using TweetNaCl.js
Added Bozon.cc
BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders. See https://webpack.js.org/migrate/3/#automatic-loader-module-name-extension-removed
Updated Examples (markdown)
Encrypt / Decrypt JSON data
Created Examples (markdown)
Updated Using with Webpack (markdown)
Tweak regexps to include Windows path separators
Created Using with Webpack (markdown)
Created Home (markdown)