tkms 0.11.0-rc17 → 0.11.0-rc19
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 +4 -4
- package/kms_lib_bg.wasm +0 -0
- package/package.json +1 -1
package/kms_lib.d.ts
CHANGED
|
@@ -351,6 +351,10 @@ export interface InitOutput {
|
|
|
351
351
|
readonly __wbg_client_free: (a: number, b: number) => void;
|
|
352
352
|
readonly __wbg_ciphertexthandle_free: (a: number, b: number) => void;
|
|
353
353
|
readonly __wbg_parseduserdecryptionrequest_free: (a: number, b: number) => void;
|
|
354
|
+
readonly __wbg_publicenckey_free: (a: number, b: number) => void;
|
|
355
|
+
readonly __wbg_privateenckey_free: (a: number, b: number) => void;
|
|
356
|
+
readonly __wbg_publicsigkey_free: (a: number, b: number) => void;
|
|
357
|
+
readonly __wbg_privatesigkey_free: (a: number, b: number) => void;
|
|
354
358
|
readonly ml_kem_pke_ct_pk_len: () => number;
|
|
355
359
|
readonly ml_kem_pke_sk_len: () => number;
|
|
356
360
|
readonly public_sig_key_to_u8vec: (a: number) => [number, number];
|
|
@@ -374,10 +378,6 @@ export interface InitOutput {
|
|
|
374
378
|
readonly ml_kem_pke_decrypt: (a: number, b: number) => [number, number];
|
|
375
379
|
readonly process_user_decryption_resp_from_js: (a: number, b: any, c: any, d: any, e: number, f: number, g: number) => [number, number, number, number];
|
|
376
380
|
readonly process_user_decryption_resp: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => [number, number, number, number];
|
|
377
|
-
readonly __wbg_publicenckey_free: (a: number, b: number) => void;
|
|
378
|
-
readonly __wbg_privateenckey_free: (a: number, b: number) => void;
|
|
379
|
-
readonly __wbg_publicsigkey_free: (a: number, b: number) => void;
|
|
380
|
-
readonly __wbg_privatesigkey_free: (a: number, b: number) => void;
|
|
381
381
|
readonly __wbg_requestid_free: (a: number, b: number) => void;
|
|
382
382
|
readonly __wbg_typedciphertext_free: (a: number, b: number) => void;
|
|
383
383
|
readonly __wbg_get_typedciphertext_ciphertext: (a: number) => [number, number];
|
package/kms_lib_bg.wasm
CHANGED
|
Binary file
|