@libp2p/crypto 2.0.1-446fff87 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,42 @@
1
+ {
2
+ "AESCipher": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_crypto.aes.AESCipher.html",
3
+ "create": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.aes.create.html",
4
+ "HMAC": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_crypto.hmac.HMAC.html",
5
+ "pbkdf2": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.index.pbkdf2.html",
6
+ "randomBytes": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.index.randomBytes.html",
7
+ "Ed25519PrivateKey": "https://libp2p.github.io/js-libp2p/classes/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_ed25519_class_.Ed25519PrivateKey.html",
8
+ "Ed25519PublicKey": "https://libp2p.github.io/js-libp2p/classes/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_ed25519_class_.Ed25519PublicKey.html",
9
+ "generateKeyPair": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_ed25519_class_.generateKeyPair.html",
10
+ "generateKeyPairFromSeed": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_ed25519_class_.generateKeyPairFromSeed.html",
11
+ "unmarshalEd25519PrivateKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_ed25519_class_.unmarshalEd25519PrivateKey.html",
12
+ "unmarshalEd25519PublicKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_ed25519_class_.unmarshalEd25519PublicKey.html",
13
+ "RsaPrivateKey": "https://libp2p.github.io/js-libp2p/classes/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_rsa_class_.RsaPrivateKey.html",
14
+ "RsaPublicKey": "https://libp2p.github.io/js-libp2p/classes/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_rsa_class_.RsaPublicKey.html",
15
+ "MAX_KEY_SIZE": "https://libp2p.github.io/js-libp2p/variables/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_rsa_class_.MAX_KEY_SIZE.html",
16
+ "fromJwk": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_rsa_class_.fromJwk.html",
17
+ "unmarshalRsaPrivateKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_rsa_class_.unmarshalRsaPrivateKey.html",
18
+ "unmarshalRsaPublicKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_rsa_class_.unmarshalRsaPublicKey.html",
19
+ "Secp256k1PrivateKey": "https://libp2p.github.io/js-libp2p/classes/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_secp256k1_class_.Secp256k1PrivateKey.html",
20
+ "Secp256k1PublicKey": "https://libp2p.github.io/js-libp2p/classes/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_secp256k1_class_.Secp256k1PublicKey.html",
21
+ "unmarshalSecp256k1PrivateKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_secp256k1_class_.unmarshalSecp256k1PrivateKey.html",
22
+ "unmarshalSecp256k1PublicKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.unknown.__home_runner_work_js_libp2p_js_libp2p_packages_crypto_src_keys_secp256k1_class_.unmarshalSecp256k1PublicKey.html",
23
+ "ECDHKey": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_crypto.keys.unknown.ECDHKey.html",
24
+ "ECDHKeyPair": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_crypto.keys.unknown.ECDHKeyPair.html",
25
+ "EnhancedKey": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_crypto.keys.unknown.EnhancedKey.html",
26
+ "EnhancedKeyPair": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_crypto.keys.unknown.EnhancedKeyPair.html",
27
+ "codec": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.keysPBM.KeyType.codec.html",
28
+ "decode": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.keysPBM.PrivateKey.decode.html",
29
+ "encode": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.keysPBM.PrivateKey.encode.html",
30
+ "KeyType": "https://libp2p.github.io/js-libp2p/enums/_libp2p_crypto.keys.keysPBM.KeyType-1.html",
31
+ "PrivateKey": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_crypto.keys.keysPBM.PrivateKey-1.html",
32
+ "PublicKey": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_crypto.keys.keysPBM.PublicKey-1.html",
33
+ "KeyTypes": "https://libp2p.github.io/js-libp2p/types/_libp2p_crypto.keys.KeyTypes.html",
34
+ "supportedKeys": "https://libp2p.github.io/js-libp2p/variables/_libp2p_crypto.keys.supportedKeys.html",
35
+ "generateEphemeralKeyPair": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.generateEphemeralKeyPair.html",
36
+ "importKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.importKey.html",
37
+ "keyStretcher": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.keyStretcher.html",
38
+ "marshalPrivateKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.marshalPrivateKey.html",
39
+ "marshalPublicKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.marshalPublicKey.html",
40
+ "unmarshalPrivateKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.unmarshalPrivateKey.html",
41
+ "unmarshalPublicKey": "https://libp2p.github.io/js-libp2p/functions/_libp2p_crypto.keys.unmarshalPublicKey.html"
42
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/crypto",
3
- "version": "2.0.1-446fff87",
3
+ "version": "2.0.2",
4
4
  "description": "Crypto primitives for libp2p",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/crypto#readme",
@@ -85,7 +85,7 @@
85
85
  "generate": "protons ./src/keys/keys.proto"
86
86
  },
87
87
  "dependencies": {
88
- "@libp2p/interface": "0.1.0-446fff87",
88
+ "@libp2p/interface": "^0.1.1",
89
89
  "@noble/ed25519": "^1.6.0",
90
90
  "@noble/secp256k1": "^1.5.4",
91
91
  "multiformats": "^12.0.1",