@types/secp256k1
Advanced tools
Comparing version 3.5.3 to 4.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for secp256k1 3.5 | ||
// Type definitions for secp256k1 4.0 | ||
// Project: https://github.com/cryptocoinjs/secp256k1-node | ||
@@ -118,3 +118,3 @@ // Definitions by: Anler <https://github.com/anler> | ||
*/ | ||
export function ecdsaSign(message: Uint8Array, privateKey: Uint8Array, options?: SignOptions): {signature: Uint8Array, recovery: number}; | ||
export function ecdsaSign(message: Uint8Array, privateKey: Uint8Array, options?: SignOptions): {signature: Uint8Array, recId: number}; | ||
@@ -137,3 +137,3 @@ /** | ||
*/ | ||
export function ecdsaRecover(signature: Uint8Array, recovery: number, message: Uint8Array, compressed?: boolean): Uint8Array; | ||
export function ecdsaRecover(signature: Uint8Array, recId: number, message: Uint8Array, compressed?: boolean): Uint8Array; | ||
@@ -140,0 +140,0 @@ /** |
{ | ||
"name": "@types/secp256k1", | ||
"version": "3.5.3", | ||
"version": "4.0.0", | ||
"description": "TypeScript definitions for secp256k1", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "eccafe86514758abe35b351e822e6a10d1fb042cb558c47475c30c7f532f2b89", | ||
"typesPublisherContentHash": "df85b28eb2c8b438f5898d0cf81bb43b8c1aa46d3aeb1ecbfc0150bf5d74a43d", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 25 Feb 2020 19:09:03 GMT | ||
* Last updated: Mon, 06 Apr 2020 20:24:14 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
7015