@types/sodium-native
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -115,2 +115,10 @@ // Type definitions for sodium-native 2.3 | ||
export const crypto_secretstream_xchacha20poly1305_TAG_REKEY: number; | ||
export const crypto_sign_PUBLICKEYBYTES: number; | ||
export const crypto_sign_SECRETKEYBYTES: number; | ||
export const crypto_sign_BYTES: number; | ||
export const crypto_sign_SEEDBYTES: number; | ||
export const crypto_auth_BYTES: number; | ||
export const crypto_auth_KEYBYTES: number; | ||
export const crypto_scalarmult_BYTES: number; | ||
export const crypto_scalarmult_SCALARBYTES: number; | ||
/** NOTE: Unofficial constant */ | ||
@@ -117,0 +125,0 @@ export const crypto_secretstream_xchacha20poly1305_TAGBYTES: number; |
{ | ||
"name": "@types/sodium-native", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "TypeScript definitions for sodium-native", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "d30e904eecbb848fc27c95d8dd2c7e4082f704e4d5296981c90b213517eed6b7", | ||
"typesPublisherContentHash": "1ec0125048e3c543f19810d21cab16bfaff464abdf9de30feb6c83ab66380113", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 12 Feb 2020 18:46:21 GMT | ||
* Last updated: Sun, 22 Mar 2020 20:51:30 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Florian Keller (https://github.com/ffflorian). | ||
These definitions were written by [Florian Keller](https://github.com/ffflorian). |
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
51712
1186