@zama-fhe/relayer-sdk 0.1.0-1 → 0.1.0-3
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.
- package/bundle/fhevm.js +1 -0
- package/bundle/fhevm.umd.cjs +7 -7
- package/bundle/kms_lib_bg.wasm +0 -0
- package/bundle.d.ts +16 -1
- package/lib/kms_lib_bg.wasm +0 -0
- package/lib/node.cjs +8 -7
- package/lib/node.d.ts +139 -2
- package/lib/node.js +1146 -0
- package/lib/web.d.ts +141 -2
- package/lib/web.js +8 -8
- package/package.json +14 -6
- package/lib/config.d.ts +0 -30
- package/lib/index.d.ts +0 -29
- package/lib/init.d.ts +0 -7
- package/lib/relayer/decryptUtils.d.ts +0 -2
- package/lib/relayer/handles.d.ts +0 -4
- package/lib/relayer/network.d.ts +0 -31
- package/lib/relayer/network.test.d.ts +0 -1
- package/lib/relayer/publicDecrypt.d.ts +0 -3
- package/lib/relayer/publicDecrypt.test.d.ts +0 -1
- package/lib/relayer/sendEncryption.d.ts +0 -41
- package/lib/relayer/sendEncryption.test.d.ts +0 -1
- package/lib/relayer/userDecrypt.d.ts +0 -11
- package/lib/relayer/userDecrypt.test.d.ts +0 -1
- package/lib/sdk/encrypt.d.ts +0 -34
- package/lib/sdk/encrypt.test.d.ts +0 -1
- package/lib/sdk/encryptionTypes.d.ts +0 -13
- package/lib/sdk/keypair.d.ts +0 -34
- package/lib/sdk/keypair.test.d.ts +0 -1
- package/lib/test/index.d.ts +0 -10
- package/lib/tfhe.d.ts +0 -7
- package/lib/utils.d.ts +0 -9
package/bundle/fhevm.js
CHANGED
|
@@ -40706,6 +40706,7 @@ const xM = async ({ tfheParams: n, kmsParams: t, thread: e } = {}) => (e == null
|
|
|
40706
40706
|
module_or_path: t
|
|
40707
40707
|
}), e && (wm(), await dm(e)), qy = !0), !0);
|
|
40708
40708
|
export {
|
|
40709
|
+
uM as ENCRYPTION_TYPES,
|
|
40709
40710
|
mM as createEIP712,
|
|
40710
40711
|
MM as createInstance,
|
|
40711
40712
|
SM as generateKeypair,
|