@types/secp256k1
Advanced tools
Comparing version 3.5.2 to 3.5.3
@@ -131,3 +131,3 @@ // Type definitions for secp256k1 3.5 | ||
*/ | ||
export function ecdsaVerify(message: Uint8Array, signature: Uint8Array, publicKey: Uint8Array): boolean; | ||
export function ecdsaVerify(signature: Uint8Array, message: Uint8Array, publicKey: Uint8Array): boolean; | ||
@@ -137,3 +137,3 @@ /** | ||
*/ | ||
export function ecdsaRecover(message: Uint8Array, signature: Uint8Array, recovery: number, compressed?: boolean): Uint8Array; | ||
export function ecdsaRecover(signature: Uint8Array, recovery: number, message: Uint8Array, compressed?: boolean): Uint8Array; | ||
@@ -140,0 +140,0 @@ /** |
{ | ||
"name": "@types/secp256k1", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "TypeScript definitions for secp256k1", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "3fc09736de5f2702e222b4628fe92a1678f1feda603abf8178d468daa9cad969", | ||
"typesPublisherContentHash": "eccafe86514758abe35b351e822e6a10d1fb042cb558c47475c30c7f532f2b89", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 30 Jan 2020 21:23:43 GMT | ||
* Last updated: Tue, 25 Feb 2020 19:09:03 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Anler (https://github.com/anler). | ||
These definitions were written by [Anler](https://github.com/anler). |
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
7021