@libp2p/crypto
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -33,3 +33,3 @@ export declare class Ed25519PublicKey { | ||
*/ | ||
export(password: string, format?: string): Promise<import("multiformats/bases/base").Multibase<"m">>; | ||
export(password: string, format?: string): Promise<import("multiformats/bases/base.js").Multibase<"m">>; | ||
} | ||
@@ -36,0 +36,0 @@ export declare function unmarshalEd25519PrivateKey(bytes: Uint8Array): Ed25519PrivateKey; |
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
export declare function exporter(privateKey: Uint8Array, password: string): Promise<import("multiformats/bases/base").Multibase<"m">>; | ||
export declare function exporter(privateKey: Uint8Array, password: string): Promise<import("multiformats/bases/base.js").Multibase<"m">>; | ||
//# sourceMappingURL=exporter.d.ts.map |
@@ -31,3 +31,3 @@ export declare class Secp256k1PublicKey { | ||
*/ | ||
export(password: string, format?: string): Promise<import("multiformats/bases/base").Multibase<"m">>; | ||
export(password: string, format?: string): Promise<import("multiformats/bases/base.js").Multibase<"m">>; | ||
} | ||
@@ -34,0 +34,0 @@ export declare function unmarshalSecp256k1PrivateKey(bytes: Uint8Array): Secp256k1PrivateKey; |
{ | ||
"name": "@libp2p/crypto", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Crypto primitives for libp2p", | ||
@@ -197,3 +197,3 @@ "license": "Apache-2.0 OR MIT", | ||
"util": "^0.12.3", | ||
"wherearewe": "^1.0.0" | ||
"wherearewe": "^2.0.1" | ||
}, | ||
@@ -200,0 +200,0 @@ "browser": { |
Sorry, the diff of this file is not supported yet
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
214599