tkms 0.14.1 → 0.14.2-0
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
|
@@ -424,10 +424,10 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
424
424
|
export interface InitOutput {
|
|
425
425
|
readonly memory: WebAssembly.Memory;
|
|
426
426
|
readonly __wbg_client_free: (a: number, b: number) => void;
|
|
427
|
-
readonly __wbg_privatesigkey_free: (a: number, b: number) => void;
|
|
428
|
-
readonly __wbg_publicsigkey_free: (a: number, b: number) => void;
|
|
429
427
|
readonly __wbg_ciphertexthandle_free: (a: number, b: number) => void;
|
|
430
428
|
readonly __wbg_parseduserdecryptionrequest_free: (a: number, b: number) => void;
|
|
429
|
+
readonly __wbg_privatesigkey_free: (a: number, b: number) => void;
|
|
430
|
+
readonly __wbg_publicsigkey_free: (a: number, b: number) => void;
|
|
431
431
|
readonly __wbg_privateenckeymlkem512_free: (a: number, b: number) => void;
|
|
432
432
|
readonly __wbg_publicenckeymlkem512_free: (a: number, b: number) => void;
|
|
433
433
|
readonly __wbg_serveridaddr_free: (a: number, b: number) => void;
|
package/kms_lib_bg.wasm
CHANGED
|
Binary file
|