tkms 0.13.10-rc.1 → 0.13.10-rc.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.
- package/kms_lib.d.ts +2 -2
- package/kms_lib_bg.wasm +0 -0
- package/package.json +1 -1
package/kms_lib.d.ts
CHANGED
|
@@ -446,6 +446,8 @@ export interface InitOutput {
|
|
|
446
446
|
readonly __wbg_privatesigkey_free: (a: number, b: number) => void;
|
|
447
447
|
readonly __wbg_publicsigkey_free: (a: number, b: number) => void;
|
|
448
448
|
readonly __wbg_client_free: (a: number, b: number) => void;
|
|
449
|
+
readonly __wbg_ciphertexthandle_free: (a: number, b: number) => void;
|
|
450
|
+
readonly __wbg_parseduserdecryptionrequest_free: (a: number, b: number) => void;
|
|
449
451
|
readonly __wbg_privateenckeymlkem512_free: (a: number, b: number) => void;
|
|
450
452
|
readonly __wbg_publicenckeymlkem512_free: (a: number, b: number) => void;
|
|
451
453
|
readonly __wbg_serveridaddr_free: (a: number, b: number) => void;
|
|
@@ -470,8 +472,6 @@ export interface InitOutput {
|
|
|
470
472
|
readonly u8vec_to_ml_kem_pke_sk: (a: number, b: number) => [number, number, number];
|
|
471
473
|
readonly u8vec_to_private_sig_key: (a: number, b: number) => [number, number, number];
|
|
472
474
|
readonly u8vec_to_public_sig_key: (a: number, b: number) => [number, number, number];
|
|
473
|
-
readonly __wbg_ciphertexthandle_free: (a: number, b: number) => void;
|
|
474
|
-
readonly __wbg_parseduserdecryptionrequest_free: (a: number, b: number) => void;
|
|
475
475
|
readonly __wbg_eip712domainmsg_free: (a: number, b: number) => void;
|
|
476
476
|
readonly __wbg_get_eip712domainmsg_chain_id: (a: number) => [number, number];
|
|
477
477
|
readonly __wbg_get_eip712domainmsg_name: (a: number) => [number, number];
|
package/kms_lib_bg.wasm
CHANGED
|
Binary file
|