@dxos/vendor-hypercore 0.8.4-main.1068cf700f

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,25 @@
1
+ import "@dxos/node-std/globals";
2
+ import {
3
+ __toESM,
4
+ require_hypercore_crypto
5
+ } from "./chunk-WLEV7IVZ.mjs";
6
+
7
+ // src/hypercore-crypto.js
8
+ var import_hypercore_crypto = __toESM(require_hypercore_crypto(), 1);
9
+ var export_default = import_hypercore_crypto.default;
10
+ var export_discoveryKey = import_hypercore_crypto.discoveryKey;
11
+ var export_keyPair = import_hypercore_crypto.keyPair;
12
+ var export_randomBytes = import_hypercore_crypto.randomBytes;
13
+ var export_sign = import_hypercore_crypto.sign;
14
+ var export_validateKeyPair = import_hypercore_crypto.validateKeyPair;
15
+ var export_verify = import_hypercore_crypto.verify;
16
+ export {
17
+ export_default as default,
18
+ export_discoveryKey as discoveryKey,
19
+ export_keyPair as keyPair,
20
+ export_randomBytes as randomBytes,
21
+ export_sign as sign,
22
+ export_validateKeyPair as validateKeyPair,
23
+ export_verify as verify
24
+ };
25
+ //# sourceMappingURL=hypercore-crypto.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/hypercore-crypto.js"],
4
+ "sourcesContent": ["export { keyPair, validateKeyPair, sign, verify, randomBytes, discoveryKey, default } from 'hypercore-crypto';\n"],
5
+ "mappings": ";;;;;;;AAAA,8BAA2F;",
6
+ "names": []
7
+ }