@libp2p/crypto
Advanced tools
Comparing version 1.0.17-06f4901a to 1.0.17-1f7e18b0
{ | ||
"name": "@libp2p/crypto", | ||
"version": "1.0.17-06f4901a", | ||
"version": "1.0.17-1f7e18b0", | ||
"description": "Crypto primitives for libp2p", | ||
@@ -54,6 +54,2 @@ "license": "Apache-2.0 OR MIT", | ||
}, | ||
"./ciphers": { | ||
"types": "./dist/src/ciphers/index.d.ts", | ||
"import": "./dist/src/ciphers/index.js" | ||
}, | ||
"./hmac": { | ||
@@ -93,3 +89,3 @@ "types": "./dist/src/hmac/index.d.ts", | ||
"dependencies": { | ||
"@libp2p/interface": "0.0.1-06f4901a", | ||
"@libp2p/interface": "0.0.1-1f7e18b0", | ||
"@noble/ed25519": "^1.6.0", | ||
@@ -105,3 +101,3 @@ "@noble/secp256k1": "^1.5.4", | ||
"@types/mocha": "^10.0.0", | ||
"aegir": "^39.0.10", | ||
"aegir": "^40.0.1", | ||
"benchmark": "^2.1.4", | ||
@@ -117,6 +113,3 @@ "protons": "^7.0.2" | ||
"./dist/src/keys/rsa.js": "./dist/src/keys/rsa-browser.js" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
import 'node-forge/lib/aes.js' | ||
@@ -3,0 +2,0 @@ // @ts-expect-error types are missing |
@@ -1,2 +0,1 @@ | ||
export interface CreateOptions { | ||
@@ -3,0 +2,0 @@ algorithm?: string |
@@ -1,2 +0,1 @@ | ||
export default { | ||
@@ -3,0 +2,0 @@ SHA1: 20, |
@@ -1,2 +0,1 @@ | ||
export interface JWKKeyPair { | ||
@@ -24,3 +23,3 @@ privateKey: JsonWebKey | ||
export interface JWKEncodedPrivateKey extends JWKEncodedPublicKey { d: string} | ||
export interface JWKEncodedPrivateKey extends JWKEncodedPublicKey { d: string } | ||
@@ -27,0 +26,0 @@ export interface EnhancedKey { |
@@ -1,2 +0,1 @@ | ||
import { CodeError } from '@libp2p/interface/errors' | ||
@@ -3,0 +2,0 @@ import { sha256 } from 'multiformats/hashes/sha2' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
482404
+ Added@libp2p/interface@0.0.1-1f7e18b0(transitive)
- Removed@libp2p/interface@0.0.1-06f4901a(transitive)
- Removedany-signal@4.1.1(transitive)