cafe-utility
Advanced tools
Comparing version 27.1.0 to 27.2.0
@@ -523,2 +523,3 @@ type Indexable = number | string; | ||
declare function privateKeyToPublicKey(privateKey: bigint): [bigint, bigint]; | ||
declare function publicKeyFromCompressed(compressed: Uint8Array): [bigint, bigint]; | ||
declare function publicKeyToAddress(publicKey: [bigint, bigint]): Uint8Array; | ||
@@ -668,2 +669,3 @@ declare function signMessage(message: Uint8Array, privateKey: bigint, nonce?: bigint): [bigint, bigint, 27n | 28n]; | ||
privateKeyToPublicKey: typeof privateKeyToPublicKey; | ||
publicKeyFromCompressed: typeof publicKeyFromCompressed; | ||
publicKeyToAddress: typeof publicKeyToAddress; | ||
@@ -670,0 +672,0 @@ signMessage: typeof signMessage; |
{ | ||
"name": "cafe-utility", | ||
"version": "27.1.0", | ||
"version": "27.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
151793
4405