libsodium-wrappers
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "libsodium-wrappers", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "The Sodium cryptographic library compiled to pure JavaScript (wrappers)", | ||
@@ -5,0 +5,0 @@ "main": "dist/modules/libsodium-wrappers.js", |
@@ -10,3 +10,3 @@ # libsodium.js | ||
The complete library weights 133 Kb (minified, gzipped) and can run in | ||
The complete library weights 134 Kb (minified, gzipped) and can run in | ||
a web browser as well as server-side. | ||
@@ -16,3 +16,3 @@ | ||
Ready-to-use files based on libsodium 1.0.2 can be directly copied to your | ||
Ready-to-use files based on libsodium 1.0.3 can be directly copied to your | ||
project. | ||
@@ -68,2 +68,3 @@ | ||
* [`crypto_box`](http://doc.libsodium.org/public-key_cryptography/authenticated_encryption.html) | ||
* [`crypto_box_seal`](http://doc.libsodium.org/public-key_cryptography/sealed_boxes.html) | ||
* [`crypto_generichash`](http://doc.libsodium.org/hashing/generic_hashing.html) (Blake2b) | ||
@@ -70,0 +71,0 @@ * [`crypto_hash`](http://doc.libsodium.org/advanced/sha-2_hash_function.html) (SHA512/256) |
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
90395
1763
150