libsodium-wrappers
Advanced tools
Comparing version 0.2.9 to 0.2.10
{ | ||
"name": "libsodium-wrappers", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "The Sodium cryptographic library compiled to pure JavaScript (wrappers)", | ||
@@ -12,3 +12,3 @@ "main": "dist/modules/libsodium-wrappers.js", | ||
"dependencies": { | ||
"libsodium": "0.2.9" | ||
"libsodium": "0.2.10" | ||
}, | ||
@@ -15,0 +15,0 @@ "keywords": [ |
@@ -10,5 +10,18 @@ # libsodium.js | ||
The complete library weights 137 Kb (minified, gzipped) and can run in | ||
The complete library weights 151 Kb (minified, gzipped) and can run in | ||
a web browser as well as server-side. | ||
### Compatibility | ||
Supported browsers/JS engines: | ||
* Chrome >= 16 | ||
* Edge >= 0.11 | ||
* Firefox >= 21 | ||
* Internet Explorer >= 11 | ||
* Mobile Safari on iOS >= 8.0 (older versions produce incorrect results) | ||
* NodeJS / io.js | ||
* Opera >= 15 | ||
* Safari >= 6 (older versions produce incorrect results) | ||
## Installation | ||
@@ -70,2 +83,3 @@ | ||
* [`crypto_hash`](http://doc.libsodium.org/advanced/sha-2_hash_function.html) (SHA512/256) | ||
* [`crypto_onetimeauth`](http://doc.libsodium.org/advanced/poly1305.html) (Poly1305) | ||
* [`crypto_pwhash`](http://doc.libsodium.org/password_hashing/README.html) (scrypt) | ||
@@ -86,2 +100,4 @@ * [`crypto_scalarmult`](http://doc.libsodium.org/advanced/scalar_multiplication.html) (Curve25519) | ||
* `memzero()` (applies to `Uint8Array` objects) | ||
* `increment()` (increments an arbitrary-long number stored as a | ||
little-endian `Uint8Array` - typically to increment nonces) | ||
@@ -91,3 +107,3 @@ ## API | ||
The API exposed by the wrappers is identical to the one of the C | ||
library, except that buffer lengths never need to be explicitely given. | ||
library, except that buffer lengths never need to be explicitly given. | ||
@@ -94,0 +110,0 @@ Binary input buffers should be `Uint8Array` objects. However, if a string |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105382
2047
168
+ Addedlibsodium@0.2.10(transitive)
- Removedlibsodium@0.2.9(transitive)
Updatedlibsodium@0.2.10