cafe-utility
Advanced tools
Comparing version 27.2.0 to 27.3.0
@@ -523,2 +523,3 @@ type Indexable = number | string; | ||
declare function privateKeyToPublicKey(privateKey: bigint): [bigint, bigint]; | ||
declare function compressPublicKey(publicKey: [bigint, bigint]): Uint8Array; | ||
declare function publicKeyFromCompressed(compressed: Uint8Array): [bigint, bigint]; | ||
@@ -669,2 +670,3 @@ declare function publicKeyToAddress(publicKey: [bigint, bigint]): Uint8Array; | ||
privateKeyToPublicKey: typeof privateKeyToPublicKey; | ||
compressPublicKey: typeof compressPublicKey; | ||
publicKeyFromCompressed: typeof publicKeyFromCompressed; | ||
@@ -671,0 +673,0 @@ publicKeyToAddress: typeof publicKeyToAddress; |
{ | ||
"name": "cafe-utility", | ||
"version": "27.2.0", | ||
"version": "27.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
152082
4412