@zama-fhe/relayer-sdk 0.1.0-1

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.
Files changed (44) hide show
  1. package/LICENSE +28 -0
  2. package/README.md +55 -0
  3. package/bin/relayer.js +61 -0
  4. package/bin/utils.js +14 -0
  5. package/bundle/fhevm.js +40713 -0
  6. package/bundle/fhevm.umd.cjs +24 -0
  7. package/bundle/kms_lib_bg.wasm +0 -0
  8. package/bundle/tfhe_bg.wasm +0 -0
  9. package/bundle/workerHelpers.js +2 -0
  10. package/bundle.d.ts +1 -0
  11. package/bundle.js +12 -0
  12. package/lib/config.d.ts +30 -0
  13. package/lib/index.d.ts +29 -0
  14. package/lib/init.d.ts +7 -0
  15. package/lib/kms_lib_bg.wasm +0 -0
  16. package/lib/node.cjs +1152 -0
  17. package/lib/node.d.ts +2 -0
  18. package/lib/relayer/decryptUtils.d.ts +2 -0
  19. package/lib/relayer/handles.d.ts +4 -0
  20. package/lib/relayer/network.d.ts +31 -0
  21. package/lib/relayer/network.test.d.ts +1 -0
  22. package/lib/relayer/publicDecrypt.d.ts +3 -0
  23. package/lib/relayer/publicDecrypt.test.d.ts +1 -0
  24. package/lib/relayer/sendEncryption.d.ts +41 -0
  25. package/lib/relayer/sendEncryption.test.d.ts +1 -0
  26. package/lib/relayer/userDecrypt.d.ts +11 -0
  27. package/lib/relayer/userDecrypt.test.d.ts +1 -0
  28. package/lib/sdk/encrypt.d.ts +34 -0
  29. package/lib/sdk/encrypt.test.d.ts +1 -0
  30. package/lib/sdk/encryptionTypes.d.ts +13 -0
  31. package/lib/sdk/keypair.d.ts +34 -0
  32. package/lib/sdk/keypair.test.d.ts +1 -0
  33. package/lib/test/index.d.ts +10 -0
  34. package/lib/tfhe.d.ts +7 -0
  35. package/lib/tfhe_bg.wasm +0 -0
  36. package/lib/utils.d.ts +9 -0
  37. package/lib/web.d.ts +2 -0
  38. package/lib/web.js +27305 -0
  39. package/lib/workerHelpers.js +24774 -0
  40. package/node.d.ts +1 -0
  41. package/node.js +1 -0
  42. package/package.json +99 -0
  43. package/web.d.ts +1 -0
  44. package/web.js +1 -0
@@ -0,0 +1,2 @@
1
+ (function(){"use strict";const hr=globalThis||void 0||self;function fr(o,t){return new Promise(_=>{o.addEventListener("message",function r({data:s}){(s==null?void 0:s.type)===t&&(o.removeEventListener("message",r),_(s))})})}fr(self,"wasm_bindgen_worker_init").then(async({init:o,receiver:t})=>{const _=await Promise.resolve().then(function(){return mo});await _.default(o),postMessage({type:"wasm_bindgen_worker_ready"}),_.wbg_rayon_start_worker(t)});async function Xn(o,t,_){if(_.numThreads()===0)throw new Error("num_threads must be > 0.");const r={type:"wasm_bindgen_worker_init",init:{module_or_path:o,memory:t},receiver:_.receiver()};await Promise.all(Array.from({length:_.numThreads()},async()=>{const s=new Worker(self.location.href,{type:"module"});return s.postMessage(r),await fr(s,"wasm_bindgen_worker_ready"),s})),_.build()}let e;function Xe(o){const t=e.__externref_table_alloc();return e.__wbindgen_export_2.set(t,o),t}function u_(o,t){try{return o.apply(this,t)}catch(_){const r=Xe(_);e.__wbindgen_exn_store(r)}}const gr=typeof TextDecoder<"u"?new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}):{decode:()=>{throw Error("TextDecoder not available")}};typeof TextDecoder<"u"&&gr.decode();let tr=null;function d_(){return(tr===null||tr.buffer!==e.memory.buffer)&&(tr=new Uint8Array(e.memory.buffer)),tr}function e_(o,t){return o=o>>>0,gr.decode(d_().slice(o,o+t))}let a=0;const lr=typeof TextEncoder<"u"?new TextEncoder("utf-8"):{encode:()=>{throw Error("TextEncoder not available")}},to=function(o,t){const _=lr.encode(o);return t.set(_),{read:o.length,written:_.length}};function ir(o,t,_){if(_===void 0){const b=lr.encode(o),y=t(b.length,1)>>>0;return d_().subarray(y,y+b.length).set(b),a=b.length,y}let r=o.length,s=t(r,1)>>>0;const n=d_();let l=0;for(;l<r;l++){const b=o.charCodeAt(l);if(b>127)break;n[s+l]=b}if(l!==r){l!==0&&(o=o.slice(l)),s=_(s,r,r=l+o.length*3,1)>>>0;const b=d_().subarray(s+l,s+r),y=to(o,b);l+=y.written,s=_(s,r,l,1)>>>0}return a=l,s}let _r=null;function z(){return(_r===null||_r.buffer!==e.memory.buffer)&&(_r=new DataView(e.memory.buffer)),_r}function r_(o){return o==null}function nr(o){const t=typeof o;if(t=="number"||t=="boolean"||o==null)return`${o}`;if(t=="string")return`"${o}"`;if(t=="symbol"){const s=o.description;return s==null?"Symbol":`Symbol(${s})`}if(t=="function"){const s=o.name;return typeof s=="string"&&s.length>0?`Function(${s})`:"Function"}if(Array.isArray(o)){const s=o.length;let n="[";s>0&&(n+=nr(o[0]));for(let l=1;l<s;l++)n+=", "+nr(o[l]);return n+="]",n}const _=/\[object ([^\]]+)\]/.exec(toString.call(o));let r;if(_&&_.length>1)r=_[1];else return toString.call(o);if(r=="Object")try{return"Object("+JSON.stringify(o)+")"}catch{return"Object"}return o instanceof Error?`${o.name}: ${o.message}
2
+ ${o.stack}`:r}function i(o){const t=e.__wbindgen_export_2.get(o);return e.__externref_table_dealloc(o),t}function c(o,t){if(!(o instanceof t))throw new Error(`expected instance of ${t.name}`)}function p(o,t){return o=o>>>0,d_().subarray(o/1,o/1+t)}function w(o,t){const _=t(o.length*1,1)>>>0;return d_().set(o,_/1),a=o.length,_}function _o(o){let t,_;try{const r=e.shortint_pke_params_name(o);return t=r[0],_=r[1],e_(r[0],r[1])}finally{e.__wbindgen_free(t,_,1)}}function eo(o){let t,_;try{const r=e.shortint_params_name(o);return t=r[0],_=r[1],e_(r[0],r[1])}finally{e.__wbindgen_free(t,_,1)}}function ro(){e.init_panic_hook()}function io(o){c(o,rr);const t=e.set_server_key(o.__wbg_ptr);if(t[1])throw i(t[0])}function so(o){return e.initThreadPool(o)}function no(o){e.wbg_rayon_start_worker(o)}const oo=Object.freeze({Big:0,0:"Big",Small:1,1:"Small"}),co=Object.freeze({Default:0,0:"Default",TfheLib:1,1:"TfheLib",DefaultKsPbs:2,2:"DefaultKsPbs",TfheLibKsPbs:3,3:"TfheLibKsPbs"}),ao=Object.freeze({Bool:0,0:"Bool",Uint4:1,1:"Uint4",Uint8:2,2:"Uint8",Uint16:3,3:"Uint16",Uint32:4,4:"Uint32",Uint64:5,5:"Uint64",Uint128:6,6:"Uint128",Uint160:7,7:"Uint160",Uint256:8,8:"Uint256",Uint512:9,9:"Uint512",Uint1024:10,10:"Uint1024",Uint2048:11,11:"Uint2048",Uint2:12,12:"Uint2",Uint6:13,13:"Uint6",Uint10:14,14:"Uint10",Uint12:15,15:"Uint12",Uint14:16,16:"Uint14",Int2:17,17:"Int2",Int4:18,18:"Int4",Int6:19,19:"Int6",Int8:20,20:"Int8",Int10:21,21:"Int10",Int12:22,22:"Int12",Int14:23,23:"Int14",Int16:24,24:"Int16",Int32:25,25:"Int32",Int64:26,26:"Int64",Int128:27,27:"Int128",Int160:28,28:"Int160",Int256:29,29:"Int256",AsciiString:30,30:"AsciiString",Int512:31,31:"Int512",Int1024:32,32:"Int1024",Int2048:33,33:"Int2048",Uint24:34,34:"Uint24",Uint40:35,35:"Uint40",Uint48:36,36:"Uint48",Uint56:37,37:"Uint56",Uint72:38,38:"Uint72",Uint80:39,39:"Uint80",Uint88:40,40:"Uint88",Uint96:41,41:"Uint96",Uint104:42,42:"Uint104",Uint112:43,43:"Uint112",Uint120:44,44:"Uint120",Uint136:45,45:"Uint136",Uint144:46,46:"Uint144",Uint152:47,47:"Uint152",Uint168:48,48:"Uint168",Uint176:49,49:"Uint176",Uint184:50,50:"Uint184",Uint192:51,51:"Uint192",Uint200:52,52:"Uint200",Uint208:53,53:"Uint208",Uint216:54,54:"Uint216",Uint224:55,55:"Uint224",Uint232:56,56:"Uint232",Uint240:57,57:"Uint240",Uint248:58,58:"Uint248",Int24:59,59:"Int24",Int40:60,60:"Int40",Int48:61,61:"Int48",Int56:62,62:"Int56",Int72:63,63:"Int72",Int80:64,64:"Int80",Int88:65,65:"Int88",Int96:66,66:"Int96",Int104:67,67:"Int104",Int112:68,68:"Int112",Int120:69,69:"Int120",Int136:70,70:"Int136",Int144:71,71:"Int144",Int152:72,72:"Int152",Int168:73,73:"Int168",Int176:74,74:"Int176",Int184:75,75:"Int184",Int192:76,76:"Int192",Int200:77,77:"Int200",Int208:78,78:"Int208",Int216:79,79:"Int216",Int224:80,80:"Int224",Int232:81,81:"Int232",Int240:82,82:"Int240",Int248:83,83:"Int248"}),wo=Object.freeze({PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128:0,0:"PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128",V1_1_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128:1,1:"V1_1_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128",V1_1_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128_ZKV1:2,2:"V1_1_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128_ZKV1",V1_0_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128:3,3:"V1_0_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128",V1_0_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128_ZKV1:4,4:"V1_0_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128_ZKV1",V0_11_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M64:5,5:"V0_11_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M64",V0_11_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M64_ZKV1:6,6:"V0_11_PARAM_PKE_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M64_ZKV1"}),po=Object.freeze({Big:0,0:"Big",Small:1,1:"Small"}),ho=Object.freeze({KeyswitchBootstrap:0,0:"KeyswitchBootstrap",BootstrapKeyswitch:1,1:"BootstrapKeyswitch"}),fo=Object.freeze({PARAM_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128:0,0:"PARAM_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M128",V1_1_PARAM_MESSAGE_1_CARRY_0_KS_PBS_GAUSSIAN_2M128:1,1:"V1_1_PARAM_MESSAGE_1_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_1_KS_PBS_GAUSSIAN_2M128:2,2:"V1_1_PARAM_MESSAGE_1_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_0_KS_PBS_GAUSSIAN_2M128:3,3:"V1_1_PARAM_MESSAGE_2_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_2_KS_PBS_GAUSSIAN_2M128:4,4:"V1_1_PARAM_MESSAGE_1_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_1_KS_PBS_GAUSSIAN_2M128:5,5:"V1_1_PARAM_MESSAGE_2_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_0_KS_PBS_GAUSSIAN_2M128:6,6:"V1_1_PARAM_MESSAGE_3_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_3_KS_PBS_GAUSSIAN_2M128:7,7:"V1_1_PARAM_MESSAGE_1_CARRY_3_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_2_KS_PBS_GAUSSIAN_2M128:8,8:"V1_1_PARAM_MESSAGE_2_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_1_KS_PBS_GAUSSIAN_2M128:9,9:"V1_1_PARAM_MESSAGE_3_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_4_CARRY_0_KS_PBS_GAUSSIAN_2M128:10,10:"V1_1_PARAM_MESSAGE_4_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_4_KS_PBS_GAUSSIAN_2M128:11,11:"V1_1_PARAM_MESSAGE_1_CARRY_4_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_3_KS_PBS_GAUSSIAN_2M128:12,12:"V1_1_PARAM_MESSAGE_2_CARRY_3_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_2_KS_PBS_GAUSSIAN_2M128:13,13:"V1_1_PARAM_MESSAGE_3_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_4_CARRY_1_KS_PBS_GAUSSIAN_2M128:14,14:"V1_1_PARAM_MESSAGE_4_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_5_CARRY_0_KS_PBS_GAUSSIAN_2M128:15,15:"V1_1_PARAM_MESSAGE_5_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_5_KS_PBS_GAUSSIAN_2M128:16,16:"V1_1_PARAM_MESSAGE_1_CARRY_5_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_4_KS_PBS_GAUSSIAN_2M128:17,17:"V1_1_PARAM_MESSAGE_2_CARRY_4_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_3_KS_PBS_GAUSSIAN_2M128:18,18:"V1_1_PARAM_MESSAGE_3_CARRY_3_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_4_CARRY_2_KS_PBS_GAUSSIAN_2M128:19,19:"V1_1_PARAM_MESSAGE_4_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_5_CARRY_1_KS_PBS_GAUSSIAN_2M128:20,20:"V1_1_PARAM_MESSAGE_5_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_6_CARRY_0_KS_PBS_GAUSSIAN_2M128:21,21:"V1_1_PARAM_MESSAGE_6_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_6_KS_PBS_GAUSSIAN_2M128:22,22:"V1_1_PARAM_MESSAGE_1_CARRY_6_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_5_KS_PBS_GAUSSIAN_2M128:23,23:"V1_1_PARAM_MESSAGE_2_CARRY_5_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_4_KS_PBS_GAUSSIAN_2M128:24,24:"V1_1_PARAM_MESSAGE_3_CARRY_4_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_4_CARRY_3_KS_PBS_GAUSSIAN_2M128:25,25:"V1_1_PARAM_MESSAGE_4_CARRY_3_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_5_CARRY_2_KS_PBS_GAUSSIAN_2M128:26,26:"V1_1_PARAM_MESSAGE_5_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_6_CARRY_1_KS_PBS_GAUSSIAN_2M128:27,27:"V1_1_PARAM_MESSAGE_6_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_7_CARRY_0_KS_PBS_GAUSSIAN_2M128:28,28:"V1_1_PARAM_MESSAGE_7_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_7_KS_PBS_GAUSSIAN_2M128:29,29:"V1_1_PARAM_MESSAGE_1_CARRY_7_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_6_KS_PBS_GAUSSIAN_2M128:30,30:"V1_1_PARAM_MESSAGE_2_CARRY_6_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_5_KS_PBS_GAUSSIAN_2M128:31,31:"V1_1_PARAM_MESSAGE_3_CARRY_5_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_4_CARRY_4_KS_PBS_GAUSSIAN_2M128:32,32:"V1_1_PARAM_MESSAGE_4_CARRY_4_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_5_CARRY_3_KS_PBS_GAUSSIAN_2M128:33,33:"V1_1_PARAM_MESSAGE_5_CARRY_3_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_6_CARRY_2_KS_PBS_GAUSSIAN_2M128:34,34:"V1_1_PARAM_MESSAGE_6_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_7_CARRY_1_KS_PBS_GAUSSIAN_2M128:35,35:"V1_1_PARAM_MESSAGE_7_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_8_CARRY_0_KS_PBS_GAUSSIAN_2M128:36,36:"V1_1_PARAM_MESSAGE_8_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_1_PBS_KS_GAUSSIAN_2M128:37,37:"V1_1_PARAM_MESSAGE_1_CARRY_1_PBS_KS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_2_PBS_KS_GAUSSIAN_2M128:38,38:"V1_1_PARAM_MESSAGE_2_CARRY_2_PBS_KS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_3_PBS_KS_GAUSSIAN_2M128:39,39:"V1_1_PARAM_MESSAGE_3_CARRY_3_PBS_KS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_4_CARRY_4_PBS_KS_GAUSSIAN_2M128:40,40:"V1_1_PARAM_MESSAGE_4_CARRY_4_PBS_KS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:41,41:"V1_1_PARAM_MESSAGE_1_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:42,42:"V1_1_PARAM_MESSAGE_1_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:43,43:"V1_1_PARAM_MESSAGE_1_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:44,44:"V1_1_PARAM_MESSAGE_1_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:45,45:"V1_1_PARAM_MESSAGE_1_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_7_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:46,46:"V1_1_PARAM_MESSAGE_1_CARRY_7_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:47,47:"V1_1_PARAM_MESSAGE_2_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:48,48:"V1_1_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:49,49:"V1_1_PARAM_MESSAGE_2_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:50,50:"V1_1_PARAM_MESSAGE_2_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:51,51:"V1_1_PARAM_MESSAGE_2_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:52,52:"V1_1_PARAM_MESSAGE_2_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:53,53:"V1_1_PARAM_MESSAGE_3_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:54,54:"V1_1_PARAM_MESSAGE_3_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:55,55:"V1_1_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:56,56:"V1_1_PARAM_MESSAGE_3_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:57,57:"V1_1_PARAM_MESSAGE_3_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_4_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:58,58:"V1_1_PARAM_MESSAGE_4_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_4_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:59,59:"V1_1_PARAM_MESSAGE_4_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_4_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:60,60:"V1_1_PARAM_MESSAGE_4_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:61,61:"V1_1_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_5_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:62,62:"V1_1_PARAM_MESSAGE_5_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_5_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:63,63:"V1_1_PARAM_MESSAGE_5_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_5_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:64,64:"V1_1_PARAM_MESSAGE_5_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_6_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:65,65:"V1_1_PARAM_MESSAGE_6_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_6_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:66,66:"V1_1_PARAM_MESSAGE_6_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_7_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:67,67:"V1_1_PARAM_MESSAGE_7_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_1_CARRY_1_COMPACT_PK_PBS_KS_GAUSSIAN_2M128:68,68:"V1_1_PARAM_MESSAGE_1_CARRY_1_COMPACT_PK_PBS_KS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_PBS_KS_GAUSSIAN_2M128:69,69:"V1_1_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_PBS_KS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_PBS_KS_GAUSSIAN_2M128:70,70:"V1_1_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_PBS_KS_GAUSSIAN_2M128",V1_1_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_PBS_KS_GAUSSIAN_2M128:71,71:"V1_1_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_PBS_KS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_0_KS_PBS_GAUSSIAN_2M128:72,72:"V1_0_PARAM_MESSAGE_1_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_1_KS_PBS_GAUSSIAN_2M128:73,73:"V1_0_PARAM_MESSAGE_1_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_0_KS_PBS_GAUSSIAN_2M128:74,74:"V1_0_PARAM_MESSAGE_2_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_2_KS_PBS_GAUSSIAN_2M128:75,75:"V1_0_PARAM_MESSAGE_1_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_1_KS_PBS_GAUSSIAN_2M128:76,76:"V1_0_PARAM_MESSAGE_2_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_0_KS_PBS_GAUSSIAN_2M128:77,77:"V1_0_PARAM_MESSAGE_3_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_3_KS_PBS_GAUSSIAN_2M128:78,78:"V1_0_PARAM_MESSAGE_1_CARRY_3_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_2_KS_PBS_GAUSSIAN_2M128:79,79:"V1_0_PARAM_MESSAGE_2_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_1_KS_PBS_GAUSSIAN_2M128:80,80:"V1_0_PARAM_MESSAGE_3_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_4_CARRY_0_KS_PBS_GAUSSIAN_2M128:81,81:"V1_0_PARAM_MESSAGE_4_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_4_KS_PBS_GAUSSIAN_2M128:82,82:"V1_0_PARAM_MESSAGE_1_CARRY_4_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_3_KS_PBS_GAUSSIAN_2M128:83,83:"V1_0_PARAM_MESSAGE_2_CARRY_3_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_2_KS_PBS_GAUSSIAN_2M128:84,84:"V1_0_PARAM_MESSAGE_3_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_4_CARRY_1_KS_PBS_GAUSSIAN_2M128:85,85:"V1_0_PARAM_MESSAGE_4_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_5_CARRY_0_KS_PBS_GAUSSIAN_2M128:86,86:"V1_0_PARAM_MESSAGE_5_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_5_KS_PBS_GAUSSIAN_2M128:87,87:"V1_0_PARAM_MESSAGE_1_CARRY_5_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_4_KS_PBS_GAUSSIAN_2M128:88,88:"V1_0_PARAM_MESSAGE_2_CARRY_4_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_3_KS_PBS_GAUSSIAN_2M128:89,89:"V1_0_PARAM_MESSAGE_3_CARRY_3_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_4_CARRY_2_KS_PBS_GAUSSIAN_2M128:90,90:"V1_0_PARAM_MESSAGE_4_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_5_CARRY_1_KS_PBS_GAUSSIAN_2M128:91,91:"V1_0_PARAM_MESSAGE_5_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_6_CARRY_0_KS_PBS_GAUSSIAN_2M128:92,92:"V1_0_PARAM_MESSAGE_6_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_6_KS_PBS_GAUSSIAN_2M128:93,93:"V1_0_PARAM_MESSAGE_1_CARRY_6_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_5_KS_PBS_GAUSSIAN_2M128:94,94:"V1_0_PARAM_MESSAGE_2_CARRY_5_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_4_KS_PBS_GAUSSIAN_2M128:95,95:"V1_0_PARAM_MESSAGE_3_CARRY_4_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_4_CARRY_3_KS_PBS_GAUSSIAN_2M128:96,96:"V1_0_PARAM_MESSAGE_4_CARRY_3_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_5_CARRY_2_KS_PBS_GAUSSIAN_2M128:97,97:"V1_0_PARAM_MESSAGE_5_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_6_CARRY_1_KS_PBS_GAUSSIAN_2M128:98,98:"V1_0_PARAM_MESSAGE_6_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_7_CARRY_0_KS_PBS_GAUSSIAN_2M128:99,99:"V1_0_PARAM_MESSAGE_7_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_7_KS_PBS_GAUSSIAN_2M128:100,100:"V1_0_PARAM_MESSAGE_1_CARRY_7_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_6_KS_PBS_GAUSSIAN_2M128:101,101:"V1_0_PARAM_MESSAGE_2_CARRY_6_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_5_KS_PBS_GAUSSIAN_2M128:102,102:"V1_0_PARAM_MESSAGE_3_CARRY_5_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_4_CARRY_4_KS_PBS_GAUSSIAN_2M128:103,103:"V1_0_PARAM_MESSAGE_4_CARRY_4_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_5_CARRY_3_KS_PBS_GAUSSIAN_2M128:104,104:"V1_0_PARAM_MESSAGE_5_CARRY_3_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_6_CARRY_2_KS_PBS_GAUSSIAN_2M128:105,105:"V1_0_PARAM_MESSAGE_6_CARRY_2_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_7_CARRY_1_KS_PBS_GAUSSIAN_2M128:106,106:"V1_0_PARAM_MESSAGE_7_CARRY_1_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_8_CARRY_0_KS_PBS_GAUSSIAN_2M128:107,107:"V1_0_PARAM_MESSAGE_8_CARRY_0_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_1_PBS_KS_GAUSSIAN_2M128:108,108:"V1_0_PARAM_MESSAGE_1_CARRY_1_PBS_KS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_2_PBS_KS_GAUSSIAN_2M128:109,109:"V1_0_PARAM_MESSAGE_2_CARRY_2_PBS_KS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_3_PBS_KS_GAUSSIAN_2M128:110,110:"V1_0_PARAM_MESSAGE_3_CARRY_3_PBS_KS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_4_CARRY_4_PBS_KS_GAUSSIAN_2M128:111,111:"V1_0_PARAM_MESSAGE_4_CARRY_4_PBS_KS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:112,112:"V1_0_PARAM_MESSAGE_1_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:113,113:"V1_0_PARAM_MESSAGE_1_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:114,114:"V1_0_PARAM_MESSAGE_1_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:115,115:"V1_0_PARAM_MESSAGE_1_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:116,116:"V1_0_PARAM_MESSAGE_1_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_7_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:117,117:"V1_0_PARAM_MESSAGE_1_CARRY_7_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:118,118:"V1_0_PARAM_MESSAGE_2_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:119,119:"V1_0_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:120,120:"V1_0_PARAM_MESSAGE_2_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:121,121:"V1_0_PARAM_MESSAGE_2_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:122,122:"V1_0_PARAM_MESSAGE_2_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:123,123:"V1_0_PARAM_MESSAGE_2_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:124,124:"V1_0_PARAM_MESSAGE_3_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:125,125:"V1_0_PARAM_MESSAGE_3_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:126,126:"V1_0_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:127,127:"V1_0_PARAM_MESSAGE_3_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:128,128:"V1_0_PARAM_MESSAGE_3_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_4_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:129,129:"V1_0_PARAM_MESSAGE_4_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_4_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:130,130:"V1_0_PARAM_MESSAGE_4_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_4_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:131,131:"V1_0_PARAM_MESSAGE_4_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:132,132:"V1_0_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_5_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:133,133:"V1_0_PARAM_MESSAGE_5_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_5_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:134,134:"V1_0_PARAM_MESSAGE_5_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_5_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:135,135:"V1_0_PARAM_MESSAGE_5_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_6_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:136,136:"V1_0_PARAM_MESSAGE_6_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_6_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:137,137:"V1_0_PARAM_MESSAGE_6_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_7_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128:138,138:"V1_0_PARAM_MESSAGE_7_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_1_CARRY_1_COMPACT_PK_PBS_KS_GAUSSIAN_2M128:139,139:"V1_0_PARAM_MESSAGE_1_CARRY_1_COMPACT_PK_PBS_KS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_PBS_KS_GAUSSIAN_2M128:140,140:"V1_0_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_PBS_KS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_PBS_KS_GAUSSIAN_2M128:141,141:"V1_0_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_PBS_KS_GAUSSIAN_2M128",V1_0_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_PBS_KS_GAUSSIAN_2M128:142,142:"V1_0_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_PBS_KS_GAUSSIAN_2M128",V0_11_PARAM_MESSAGE_1_CARRY_0_KS_PBS_GAUSSIAN_2M64:143,143:"V0_11_PARAM_MESSAGE_1_CARRY_0_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_1_KS_PBS_GAUSSIAN_2M64:144,144:"V0_11_PARAM_MESSAGE_1_CARRY_1_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_0_KS_PBS_GAUSSIAN_2M64:145,145:"V0_11_PARAM_MESSAGE_2_CARRY_0_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_2_KS_PBS_GAUSSIAN_2M64:146,146:"V0_11_PARAM_MESSAGE_1_CARRY_2_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_1_KS_PBS_GAUSSIAN_2M64:147,147:"V0_11_PARAM_MESSAGE_2_CARRY_1_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_0_KS_PBS_GAUSSIAN_2M64:148,148:"V0_11_PARAM_MESSAGE_3_CARRY_0_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_3_KS_PBS_GAUSSIAN_2M64:149,149:"V0_11_PARAM_MESSAGE_1_CARRY_3_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_2_KS_PBS_GAUSSIAN_2M64:150,150:"V0_11_PARAM_MESSAGE_2_CARRY_2_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_1_KS_PBS_GAUSSIAN_2M64:151,151:"V0_11_PARAM_MESSAGE_3_CARRY_1_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_4_CARRY_0_KS_PBS_GAUSSIAN_2M64:152,152:"V0_11_PARAM_MESSAGE_4_CARRY_0_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_4_KS_PBS_GAUSSIAN_2M64:153,153:"V0_11_PARAM_MESSAGE_1_CARRY_4_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_3_KS_PBS_GAUSSIAN_2M64:154,154:"V0_11_PARAM_MESSAGE_2_CARRY_3_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_2_KS_PBS_GAUSSIAN_2M64:155,155:"V0_11_PARAM_MESSAGE_3_CARRY_2_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_4_CARRY_1_KS_PBS_GAUSSIAN_2M64:156,156:"V0_11_PARAM_MESSAGE_4_CARRY_1_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_5_CARRY_0_KS_PBS_GAUSSIAN_2M64:157,157:"V0_11_PARAM_MESSAGE_5_CARRY_0_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_5_KS_PBS_GAUSSIAN_2M64:158,158:"V0_11_PARAM_MESSAGE_1_CARRY_5_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_4_KS_PBS_GAUSSIAN_2M64:159,159:"V0_11_PARAM_MESSAGE_2_CARRY_4_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_3_KS_PBS_GAUSSIAN_2M64:160,160:"V0_11_PARAM_MESSAGE_3_CARRY_3_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_4_CARRY_2_KS_PBS_GAUSSIAN_2M64:161,161:"V0_11_PARAM_MESSAGE_4_CARRY_2_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_5_CARRY_1_KS_PBS_GAUSSIAN_2M64:162,162:"V0_11_PARAM_MESSAGE_5_CARRY_1_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_6_CARRY_0_KS_PBS_GAUSSIAN_2M64:163,163:"V0_11_PARAM_MESSAGE_6_CARRY_0_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_6_KS_PBS_GAUSSIAN_2M64:164,164:"V0_11_PARAM_MESSAGE_1_CARRY_6_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_5_KS_PBS_GAUSSIAN_2M64:165,165:"V0_11_PARAM_MESSAGE_2_CARRY_5_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_4_KS_PBS_GAUSSIAN_2M64:166,166:"V0_11_PARAM_MESSAGE_3_CARRY_4_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_4_CARRY_3_KS_PBS_GAUSSIAN_2M64:167,167:"V0_11_PARAM_MESSAGE_4_CARRY_3_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_5_CARRY_2_KS_PBS_GAUSSIAN_2M64:168,168:"V0_11_PARAM_MESSAGE_5_CARRY_2_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_6_CARRY_1_KS_PBS_GAUSSIAN_2M64:169,169:"V0_11_PARAM_MESSAGE_6_CARRY_1_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_7_CARRY_0_KS_PBS_GAUSSIAN_2M64:170,170:"V0_11_PARAM_MESSAGE_7_CARRY_0_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_7_KS_PBS_GAUSSIAN_2M64:171,171:"V0_11_PARAM_MESSAGE_1_CARRY_7_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_6_KS_PBS_GAUSSIAN_2M64:172,172:"V0_11_PARAM_MESSAGE_2_CARRY_6_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_5_KS_PBS_GAUSSIAN_2M64:173,173:"V0_11_PARAM_MESSAGE_3_CARRY_5_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_4_CARRY_4_KS_PBS_GAUSSIAN_2M64:174,174:"V0_11_PARAM_MESSAGE_4_CARRY_4_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_5_CARRY_3_KS_PBS_GAUSSIAN_2M64:175,175:"V0_11_PARAM_MESSAGE_5_CARRY_3_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_6_CARRY_2_KS_PBS_GAUSSIAN_2M64:176,176:"V0_11_PARAM_MESSAGE_6_CARRY_2_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_7_CARRY_1_KS_PBS_GAUSSIAN_2M64:177,177:"V0_11_PARAM_MESSAGE_7_CARRY_1_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_8_CARRY_0_KS_PBS_GAUSSIAN_2M64:178,178:"V0_11_PARAM_MESSAGE_8_CARRY_0_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_1_PBS_KS_GAUSSIAN_2M64:179,179:"V0_11_PARAM_MESSAGE_1_CARRY_1_PBS_KS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_2_PBS_KS_GAUSSIAN_2M64:180,180:"V0_11_PARAM_MESSAGE_2_CARRY_2_PBS_KS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_3_PBS_KS_GAUSSIAN_2M64:181,181:"V0_11_PARAM_MESSAGE_3_CARRY_3_PBS_KS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_4_CARRY_4_PBS_KS_GAUSSIAN_2M64:182,182:"V0_11_PARAM_MESSAGE_4_CARRY_4_PBS_KS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:183,183:"V0_11_PARAM_MESSAGE_1_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:184,184:"V0_11_PARAM_MESSAGE_1_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:185,185:"V0_11_PARAM_MESSAGE_1_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:186,186:"V0_11_PARAM_MESSAGE_1_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:187,187:"V0_11_PARAM_MESSAGE_1_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:188,188:"V0_11_PARAM_MESSAGE_1_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_7_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:189,189:"V0_11_PARAM_MESSAGE_1_CARRY_7_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:190,190:"V0_11_PARAM_MESSAGE_2_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:191,191:"V0_11_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:192,192:"V0_11_PARAM_MESSAGE_2_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:193,193:"V0_11_PARAM_MESSAGE_2_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:194,194:"V0_11_PARAM_MESSAGE_2_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:195,195:"V0_11_PARAM_MESSAGE_2_CARRY_6_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:196,196:"V0_11_PARAM_MESSAGE_3_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:197,197:"V0_11_PARAM_MESSAGE_3_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:198,198:"V0_11_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:199,199:"V0_11_PARAM_MESSAGE_3_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:200,200:"V0_11_PARAM_MESSAGE_3_CARRY_5_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_4_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:201,201:"V0_11_PARAM_MESSAGE_4_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_4_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:202,202:"V0_11_PARAM_MESSAGE_4_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_4_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:203,203:"V0_11_PARAM_MESSAGE_4_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:204,204:"V0_11_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_5_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:205,205:"V0_11_PARAM_MESSAGE_5_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_5_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:206,206:"V0_11_PARAM_MESSAGE_5_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_5_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:207,207:"V0_11_PARAM_MESSAGE_5_CARRY_3_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_6_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:208,208:"V0_11_PARAM_MESSAGE_6_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_6_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:209,209:"V0_11_PARAM_MESSAGE_6_CARRY_2_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_7_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64:210,210:"V0_11_PARAM_MESSAGE_7_CARRY_1_COMPACT_PK_KS_PBS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_1_CARRY_1_COMPACT_PK_PBS_KS_GAUSSIAN_2M64:211,211:"V0_11_PARAM_MESSAGE_1_CARRY_1_COMPACT_PK_PBS_KS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_PBS_KS_GAUSSIAN_2M64:212,212:"V0_11_PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_PBS_KS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_PBS_KS_GAUSSIAN_2M64:213,213:"V0_11_PARAM_MESSAGE_3_CARRY_3_COMPACT_PK_PBS_KS_GAUSSIAN_2M64",V0_11_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_PBS_KS_GAUSSIAN_2M64:214,214:"V0_11_PARAM_MESSAGE_4_CARRY_4_COMPACT_PK_PBS_KS_GAUSSIAN_2M64"}),go=Object.freeze({Proof:0,0:"Proof",Verify:1,1:"Verify"}),lo=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_boolean_free(o>>>0,1));class bo{__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,lo.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_boolean_free(t,0)}static get_parameters(t){const _=e.boolean_get_parameters(t);if(_[2])throw i(_[1]);return n_.__wrap(_[0])}static new_gaussian_from_std_dev(t){const _=e.boolean_new_gaussian_from_std_dev(t);return s_.__wrap(_)}static try_new_t_uniform(t){const _=e.boolean_try_new_t_uniform(t);if(_[2])throw i(_[1]);return s_.__wrap(_[0])}static new_parameters(t,_,r,s,n,l,b,y,b_,wr){c(s,s_),c(n,s_);const pr=e.boolean_new_parameters(t,_,r,s.__wbg_ptr,n.__wbg_ptr,l,b,y,b_,wr);return n_.__wrap(pr)}static new_client_key_from_seed_and_parameters(t,_,r){c(r,n_);const s=e.boolean_new_client_key_from_seed_and_parameters(t,_,r.__wbg_ptr);return d.__wrap(s)}static new_client_key(t){c(t,n_);const _=e.boolean_new_client_key(t.__wbg_ptr);return d.__wrap(_)}static new_public_key(t){c(t,d);const _=e.boolean_new_public_key(t.__wbg_ptr);return o_.__wrap(_)}static new_compressed_server_key(t){c(t,d);const _=e.boolean_new_compressed_server_key(t.__wbg_ptr);return A_.__wrap(_)}static encrypt(t,_){c(t,d);const r=e.boolean_encrypt(t.__wbg_ptr,_);return R.__wrap(r)}static encrypt_compressed(t,_){c(t,d);const r=e.boolean_encrypt_compressed(t.__wbg_ptr,_);return i_.__wrap(r)}static decompress_ciphertext(t){c(t,i_);const _=e.boolean_decompress_ciphertext(t.__wbg_ptr);return R.__wrap(_)}static encrypt_with_public_key(t,_){c(t,o_);const r=e.boolean_encrypt_with_public_key(t.__wbg_ptr,_);return R.__wrap(r)}static trivial_encrypt(t){const _=e.boolean_trivial_encrypt(t);return R.__wrap(_)}static decrypt(t,_){return c(t,d),c(_,R),e.boolean_decrypt(t.__wbg_ptr,_.__wbg_ptr)!==0}static serialize_ciphertext(t){c(t,R);const _=e.boolean_serialize_ciphertext(t.__wbg_ptr);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize_ciphertext(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.boolean_deserialize_ciphertext(_,r);if(s[2])throw i(s[1]);return R.__wrap(s[0])}static serialize_compressed_ciphertext(t){c(t,i_);const _=e.boolean_serialize_compressed_ciphertext(t.__wbg_ptr);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize_compressed_ciphertext(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.boolean_deserialize_compressed_ciphertext(_,r);if(s[2])throw i(s[1]);return i_.__wrap(s[0])}static serialize_client_key(t){c(t,d);const _=e.boolean_serialize_client_key(t.__wbg_ptr);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize_client_key(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.boolean_deserialize_client_key(_,r);if(s[2])throw i(s[1]);return d.__wrap(s[0])}static serialize_public_key(t){c(t,o_);const _=e.boolean_serialize_public_key(t.__wbg_ptr);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize_public_key(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.boolean_deserialize_public_key(_,r);if(s[2])throw i(s[1]);return o_.__wrap(s[0])}static serialize_compressed_server_key(t){c(t,A_);const _=e.boolean_serialize_compressed_server_key(t.__wbg_ptr);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize_compressed_server_key(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.boolean_deserialize_compressed_server_key(_,r);if(s[2])throw i(s[1]);return A_.__wrap(s[0])}}const br=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_booleanciphertext_free(o>>>0,1));class R{static __wrap(t){t=t>>>0;const _=Object.create(R.prototype);return _.__wbg_ptr=t,br.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,br.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_booleanciphertext_free(t,0)}}const ur=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_booleanclientkey_free(o>>>0,1));class d{static __wrap(t){t=t>>>0;const _=Object.create(d.prototype);return _.__wbg_ptr=t,ur.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ur.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_booleanclientkey_free(t,0)}}const dr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_booleancompressedciphertext_free(o>>>0,1));class i_{static __wrap(t){t=t>>>0;const _=Object.create(i_.prototype);return _.__wbg_ptr=t,dr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,dr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_booleancompressedciphertext_free(t,0)}}const Ar=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_booleancompressedserverkey_free(o>>>0,1));class A_{static __wrap(t){t=t>>>0;const _=Object.create(A_.prototype);return _.__wbg_ptr=t,Ar.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ar.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_booleancompressedserverkey_free(t,0)}}const Sr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_booleannoisedistribution_free(o>>>0,1));class s_{static __wrap(t){t=t>>>0;const _=Object.create(s_.prototype);return _.__wbg_ptr=t,Sr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Sr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_booleannoisedistribution_free(t,0)}}const yr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_booleanparameters_free(o>>>0,1));class n_{static __wrap(t){t=t>>>0;const _=Object.create(n_.prototype);return _.__wbg_ptr=t,yr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,yr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_booleanparameters_free(t,0)}}const zr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_booleanpublickey_free(o>>>0,1));class o_{static __wrap(t){t=t>>>0;const _=Object.create(o_.prototype);return _.__wbg_ptr=t,zr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,zr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_booleanpublickey_free(t,0)}}const Rr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compactciphertextlist_free(o>>>0,1));class c_{static __wrap(t){t=t>>>0;const _=Object.create(c_.prototype);return _.__wbg_ptr=t,Rr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Rr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compactciphertextlist_free(t,0)}static builder(t){c(t,S);const _=e.compactciphertextlist_builder(t.__wbg_ptr);if(_[2])throw i(_[1]);return er.__wrap(_[0])}len(){return e.compactciphertextlist_len(this.__wbg_ptr)>>>0}is_empty(){return e.compactciphertextlist_is_empty(this.__wbg_ptr)!==0}get_kind_of(t){const _=e.compactciphertextlist_get_kind_of(this.__wbg_ptr,t);return _===84?void 0:_}expand(){const t=e.compactciphertextlist_expand(this.__wbg_ptr);if(t[2])throw i(t[1]);return S_.__wrap(t[0])}serialize(){const t=e.compactciphertextlist_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compactciphertextlist_deserialize(_,r);if(s[2])throw i(s[1]);return c_.__wrap(s[0])}safe_serialize(t){const _=e.compactciphertextlist_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compactciphertextlist_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return c_.__wrap(n[0])}}const mr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compactciphertextlistbuilder_free(o>>>0,1));class er{static __wrap(t){t=t>>>0;const _=Object.create(er.prototype);return _.__wbg_ptr=t,mr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,mr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compactciphertextlistbuilder_free(t,0)}push_u24(t){const _=e.compactciphertextlistbuilder_push_u24(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u40(t){const _=e.compactciphertextlistbuilder_push_u40(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u48(t){const _=e.compactciphertextlistbuilder_push_u48(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u56(t){const _=e.compactciphertextlistbuilder_push_u56(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u2(t){const _=e.compactciphertextlistbuilder_push_u2(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u4(t){const _=e.compactciphertextlistbuilder_push_u4(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u6(t){const _=e.compactciphertextlistbuilder_push_u6(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u8(t){const _=e.compactciphertextlistbuilder_push_u8(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u10(t){const _=e.compactciphertextlistbuilder_push_u10(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u12(t){const _=e.compactciphertextlistbuilder_push_u12(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u14(t){const _=e.compactciphertextlistbuilder_push_u14(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u16(t){const _=e.compactciphertextlistbuilder_push_u16(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u32(t){const _=e.compactciphertextlistbuilder_push_u32(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u64(t){const _=e.compactciphertextlistbuilder_push_u64(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i24(t){const _=e.compactciphertextlistbuilder_push_i24(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i40(t){const _=e.compactciphertextlistbuilder_push_i40(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i48(t){const _=e.compactciphertextlistbuilder_push_i48(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i56(t){const _=e.compactciphertextlistbuilder_push_i56(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i2(t){const _=e.compactciphertextlistbuilder_push_i2(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i4(t){const _=e.compactciphertextlistbuilder_push_i4(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i6(t){const _=e.compactciphertextlistbuilder_push_i6(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i8(t){const _=e.compactciphertextlistbuilder_push_i8(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i10(t){const _=e.compactciphertextlistbuilder_push_i10(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i12(t){const _=e.compactciphertextlistbuilder_push_i12(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i14(t){const _=e.compactciphertextlistbuilder_push_i14(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i16(t){const _=e.compactciphertextlistbuilder_push_i16(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i32(t){const _=e.compactciphertextlistbuilder_push_i32(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i64(t){const _=e.compactciphertextlistbuilder_push_i64(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u128(t){const _=e.compactciphertextlistbuilder_push_u128(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u160(t){const _=e.compactciphertextlistbuilder_push_u160(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u256(t){const _=e.compactciphertextlistbuilder_push_u256(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u512(t){const _=e.compactciphertextlistbuilder_push_u512(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u1024(t){const _=e.compactciphertextlistbuilder_push_u1024(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u2048(t){const _=e.compactciphertextlistbuilder_push_u2048(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i128(t){const _=e.compactciphertextlistbuilder_push_i128(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i160(t){const _=e.compactciphertextlistbuilder_push_i160(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i256(t){const _=e.compactciphertextlistbuilder_push_i256(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i512(t){const _=e.compactciphertextlistbuilder_push_i512(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i1024(t){const _=e.compactciphertextlistbuilder_push_i1024(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i2048(t){const _=e.compactciphertextlistbuilder_push_i2048(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_boolean(t){const _=e.compactciphertextlistbuilder_push_boolean(this.__wbg_ptr,t);if(_[1])throw i(_[0])}build(){const t=e.compactciphertextlistbuilder_build(this.__wbg_ptr);if(t[2])throw i(t[1]);return c_.__wrap(t[0])}build_packed(){const t=e.compactciphertextlistbuilder_build_packed(this.__wbg_ptr);if(t[2])throw i(t[1]);return c_.__wrap(t[0])}build_with_proof_packed(t,_,r){c(t,m);const s=w(_,e.__wbindgen_malloc),n=a,l=e.compactciphertextlistbuilder_build_with_proof_packed(this.__wbg_ptr,t.__wbg_ptr,s,n,r);if(l[2])throw i(l[1]);return He.__wrap(l[0])}push_u72(t){const _=e.compactciphertextlistbuilder_push_u72(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u80(t){const _=e.compactciphertextlistbuilder_push_u80(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u88(t){const _=e.compactciphertextlistbuilder_push_u88(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u96(t){const _=e.compactciphertextlistbuilder_push_u96(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u104(t){const _=e.compactciphertextlistbuilder_push_u104(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u112(t){const _=e.compactciphertextlistbuilder_push_u112(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u120(t){const _=e.compactciphertextlistbuilder_push_u120(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u136(t){const _=e.compactciphertextlistbuilder_push_u136(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u144(t){const _=e.compactciphertextlistbuilder_push_u144(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u152(t){const _=e.compactciphertextlistbuilder_push_u152(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u168(t){const _=e.compactciphertextlistbuilder_push_u168(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u176(t){const _=e.compactciphertextlistbuilder_push_u176(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u184(t){const _=e.compactciphertextlistbuilder_push_u184(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u192(t){const _=e.compactciphertextlistbuilder_push_u192(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u200(t){const _=e.compactciphertextlistbuilder_push_u200(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u208(t){const _=e.compactciphertextlistbuilder_push_u208(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u216(t){const _=e.compactciphertextlistbuilder_push_u216(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u224(t){const _=e.compactciphertextlistbuilder_push_u224(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u232(t){const _=e.compactciphertextlistbuilder_push_u232(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u240(t){const _=e.compactciphertextlistbuilder_push_u240(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_u248(t){const _=e.compactciphertextlistbuilder_push_u248(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i72(t){const _=e.compactciphertextlistbuilder_push_i72(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i80(t){const _=e.compactciphertextlistbuilder_push_i80(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i88(t){const _=e.compactciphertextlistbuilder_push_i88(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i96(t){const _=e.compactciphertextlistbuilder_push_i96(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i104(t){const _=e.compactciphertextlistbuilder_push_i104(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i112(t){const _=e.compactciphertextlistbuilder_push_i112(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i120(t){const _=e.compactciphertextlistbuilder_push_i120(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i136(t){const _=e.compactciphertextlistbuilder_push_i136(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i144(t){const _=e.compactciphertextlistbuilder_push_i144(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i152(t){const _=e.compactciphertextlistbuilder_push_i152(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i168(t){const _=e.compactciphertextlistbuilder_push_i168(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i176(t){const _=e.compactciphertextlistbuilder_push_i176(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i184(t){const _=e.compactciphertextlistbuilder_push_i184(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i192(t){const _=e.compactciphertextlistbuilder_push_i192(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i200(t){const _=e.compactciphertextlistbuilder_push_i200(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i208(t){const _=e.compactciphertextlistbuilder_push_i208(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i216(t){const _=e.compactciphertextlistbuilder_push_i216(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i224(t){const _=e.compactciphertextlistbuilder_push_i224(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i232(t){const _=e.compactciphertextlistbuilder_push_i232(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i240(t){const _=e.compactciphertextlistbuilder_push_i240(this.__wbg_ptr,t);if(_[1])throw i(_[0])}push_i248(t){const _=e.compactciphertextlistbuilder_push_i248(this.__wbg_ptr,t);if(_[1])throw i(_[0])}}const Mr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compactciphertextlistexpander_free(o>>>0,1));class S_{static __wrap(t){t=t>>>0;const _=Object.create(S_.prototype);return _.__wbg_ptr=t,Mr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Mr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compactciphertextlistexpander_free(t,0)}get_uint24(t){const _=e.compactciphertextlistexpander_get_uint24(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return jt.__wrap(_[0])}get_uint40(t){const _=e.compactciphertextlistexpander_get_uint40(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Tt.__wrap(_[0])}get_uint48(t){const _=e.compactciphertextlistexpander_get_uint48(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Wt.__wrap(_[0])}get_uint56(t){const _=e.compactciphertextlistexpander_get_uint56(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Dt.__wrap(_[0])}get_uint72(t){const _=e.compactciphertextlistexpander_get_uint72(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return qt.__wrap(_[0])}get_uint80(t){const _=e.compactciphertextlistexpander_get_uint80(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Jt.__wrap(_[0])}get_uint88(t){const _=e.compactciphertextlistexpander_get_uint88(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Qt.__wrap(_[0])}get_uint96(t){const _=e.compactciphertextlistexpander_get_uint96(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Xt.__wrap(_[0])}get_uint104(t){const _=e.compactciphertextlistexpander_get_uint104(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return lt.__wrap(_[0])}get_uint112(t){const _=e.compactciphertextlistexpander_get_uint112(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return bt.__wrap(_[0])}get_uint120(t){const _=e.compactciphertextlistexpander_get_uint120(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return dt.__wrap(_[0])}get_uint136(t){const _=e.compactciphertextlistexpander_get_uint136(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return St.__wrap(_[0])}get_uint144(t){const _=e.compactciphertextlistexpander_get_uint144(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return zt.__wrap(_[0])}get_uint152(t){const _=e.compactciphertextlistexpander_get_uint152(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Rt.__wrap(_[0])}get_uint168(t){const _=e.compactciphertextlistexpander_get_uint168(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Pt.__wrap(_[0])}get_uint176(t){const _=e.compactciphertextlistexpander_get_uint176(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Et.__wrap(_[0])}get_uint184(t){const _=e.compactciphertextlistexpander_get_uint184(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Gt.__wrap(_[0])}get_uint192(t){const _=e.compactciphertextlistexpander_get_uint192(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return vt.__wrap(_[0])}get_uint200(t){const _=e.compactciphertextlistexpander_get_uint200(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Kt.__wrap(_[0])}get_uint208(t){const _=e.compactciphertextlistexpander_get_uint208(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Nt.__wrap(_[0])}get_uint216(t){const _=e.compactciphertextlistexpander_get_uint216(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Vt.__wrap(_[0])}get_uint224(t){const _=e.compactciphertextlistexpander_get_uint224(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Yt.__wrap(_[0])}get_uint232(t){const _=e.compactciphertextlistexpander_get_uint232(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Ot.__wrap(_[0])}get_uint240(t){const _=e.compactciphertextlistexpander_get_uint240(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return It.__wrap(_[0])}get_uint248(t){const _=e.compactciphertextlistexpander_get_uint248(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return kt.__wrap(_[0])}get_uint256(t){const _=e.compactciphertextlistexpander_get_uint256(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Ut.__wrap(_[0])}get_uint2(t){const _=e.compactciphertextlistexpander_get_uint2(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Ct.__wrap(_[0])}get_uint4(t){const _=e.compactciphertextlistexpander_get_uint4(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Ft.__wrap(_[0])}get_uint6(t){const _=e.compactciphertextlistexpander_get_uint6(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return $t.__wrap(_[0])}get_uint8(t){const _=e.compactciphertextlistexpander_get_uint8(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Ht.__wrap(_[0])}get_uint10(t){const _=e.compactciphertextlistexpander_get_uint10(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return ft.__wrap(_[0])}get_uint12(t){const _=e.compactciphertextlistexpander_get_uint12(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return ut.__wrap(_[0])}get_uint14(t){const _=e.compactciphertextlistexpander_get_uint14(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return yt.__wrap(_[0])}get_uint16(t){const _=e.compactciphertextlistexpander_get_uint16(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return mt.__wrap(_[0])}get_uint32(t){const _=e.compactciphertextlistexpander_get_uint32(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return xt.__wrap(_[0])}get_uint64(t){const _=e.compactciphertextlistexpander_get_uint64(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Zt.__wrap(_[0])}get_uint128(t){const _=e.compactciphertextlistexpander_get_uint128(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return At.__wrap(_[0])}get_uint160(t){const _=e.compactciphertextlistexpander_get_uint160(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Mt.__wrap(_[0])}get_uint512(t){const _=e.compactciphertextlistexpander_get_uint512(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Lt.__wrap(_[0])}get_uint1024(t){const _=e.compactciphertextlistexpander_get_uint1024(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return gt.__wrap(_[0])}get_uint2048(t){const _=e.compactciphertextlistexpander_get_uint2048(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Bt.__wrap(_[0])}get_int24(t){const _=e.compactciphertextlistexpander_get_int24(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return H.__wrap(_[0])}get_int40(t){const _=e.compactciphertextlistexpander_get_int40(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return et.__wrap(_[0])}get_int48(t){const _=e.compactciphertextlistexpander_get_int48(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return rt.__wrap(_[0])}get_int56(t){const _=e.compactciphertextlistexpander_get_int56(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return st.__wrap(_[0])}get_int72(t){const _=e.compactciphertextlistexpander_get_int72(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return ct.__wrap(_[0])}get_int80(t){const _=e.compactciphertextlistexpander_get_int80(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return wt.__wrap(_[0])}get_int88(t){const _=e.compactciphertextlistexpander_get_int88(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return pt.__wrap(_[0])}get_int96(t){const _=e.compactciphertextlistexpander_get_int96(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return ht.__wrap(_[0])}get_int104(t){const _=e.compactciphertextlistexpander_get_int104(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return G.__wrap(_[0])}get_int112(t){const _=e.compactciphertextlistexpander_get_int112(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return v.__wrap(_[0])}get_int120(t){const _=e.compactciphertextlistexpander_get_int120(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return K.__wrap(_[0])}get_int136(t){const _=e.compactciphertextlistexpander_get_int136(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return N.__wrap(_[0])}get_int144(t){const _=e.compactciphertextlistexpander_get_int144(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Y.__wrap(_[0])}get_int152(t){const _=e.compactciphertextlistexpander_get_int152(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return O.__wrap(_[0])}get_int168(t){const _=e.compactciphertextlistexpander_get_int168(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return k.__wrap(_[0])}get_int176(t){const _=e.compactciphertextlistexpander_get_int176(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return U.__wrap(_[0])}get_int184(t){const _=e.compactciphertextlistexpander_get_int184(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return x.__wrap(_[0])}get_int192(t){const _=e.compactciphertextlistexpander_get_int192(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return F.__wrap(_[0])}get_int200(t){const _=e.compactciphertextlistexpander_get_int200(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return W.__wrap(_[0])}get_int208(t){const _=e.compactciphertextlistexpander_get_int208(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return D.__wrap(_[0])}get_int216(t){const _=e.compactciphertextlistexpander_get_int216(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return $.__wrap(_[0])}get_int224(t){const _=e.compactciphertextlistexpander_get_int224(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Z.__wrap(_[0])}get_int232(t){const _=e.compactciphertextlistexpander_get_int232(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return q.__wrap(_[0])}get_int240(t){const _=e.compactciphertextlistexpander_get_int240(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return J.__wrap(_[0])}get_int248(t){const _=e.compactciphertextlistexpander_get_int248(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return Q.__wrap(_[0])}get_int2(t){const _=e.compactciphertextlistexpander_get_int2(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return T.__wrap(_[0])}get_int4(t){const _=e.compactciphertextlistexpander_get_int4(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return _t.__wrap(_[0])}get_int6(t){const _=e.compactciphertextlistexpander_get_int6(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return nt.__wrap(_[0])}get_int8(t){const _=e.compactciphertextlistexpander_get_int8(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return at.__wrap(_[0])}get_int10(t){const _=e.compactciphertextlistexpander_get_int10(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return P.__wrap(_[0])}get_int12(t){const _=e.compactciphertextlistexpander_get_int12(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return C.__wrap(_[0])}get_int14(t){const _=e.compactciphertextlistexpander_get_int14(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return V.__wrap(_[0])}get_int16(t){const _=e.compactciphertextlistexpander_get_int16(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return j.__wrap(_[0])}get_int32(t){const _=e.compactciphertextlistexpander_get_int32(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return tt.__wrap(_[0])}get_int64(t){const _=e.compactciphertextlistexpander_get_int64(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return ot.__wrap(_[0])}get_int128(t){const _=e.compactciphertextlistexpander_get_int128(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return B.__wrap(_[0])}get_int160(t){const _=e.compactciphertextlistexpander_get_int160(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return I.__wrap(_[0])}get_int256(t){const _=e.compactciphertextlistexpander_get_int256(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return X.__wrap(_[0])}get_int512(t){const _=e.compactciphertextlistexpander_get_int512(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return it.__wrap(_[0])}get_int1024(t){const _=e.compactciphertextlistexpander_get_int1024(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return E.__wrap(_[0])}get_int2048(t){const _=e.compactciphertextlistexpander_get_int2048(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return L.__wrap(_[0])}get_bool(t){const _=e.compactciphertextlistexpander_get_bool(this.__wbg_ptr,t);if(_[2])throw i(_[1]);return M.__wrap(_[0])}len(){return e.compactciphertextlistexpander_len(this.__wbg_ptr)>>>0}is_empty(){return e.compactciphertextlistexpander_is_empty(this.__wbg_ptr)!==0}get_kind_of(t){const _=e.compactciphertextlistexpander_get_kind_of(this.__wbg_ptr,t);return _===84?void 0:_}}const Pr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compactpkecrs_free(o>>>0,1));class m{static __wrap(t){t=t>>>0;const _=Object.create(m.prototype);return _.__wbg_ptr=t,Pr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Pr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compactpkecrs_free(t,0)}serialize(t){const _=e.compactpkecrs_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compactpkecrs_deserialize(_,r);if(s[2])throw i(s[1]);return m.__wrap(s[0])}safe_serialize(t){const _=e.compactpkecrs_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compactpkecrs_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return m.__wrap(n[0])}static from_config(t,_){c(t,g_);const r=e.compactpkecrs_from_config(t.__wbg_ptr,_);if(r[2])throw i(r[1]);return m.__wrap(r[0])}static deserialize_from_public_params(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compactpkecrs_deserialize_from_public_params(_,r);if(s[2])throw i(s[1]);return m.__wrap(s[0])}static safe_deserialize_from_public_params(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compactpkecrs_safe_deserialize_from_public_params(r,s,_);if(n[2])throw i(n[1]);return m.__wrap(n[0])}}const Er=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfhebool_free(o>>>0,1));class y_{static __wrap(t){t=t>>>0;const _=Object.create(y_.prototype);return _.__wbg_ptr=t,Er.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Er.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfhebool_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfhebool_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return y_.__wrap(r[0])}decompress(){const t=e.compressedfhebool_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return M.__wrap(t[0])}serialize(){const t=e.compressedfhebool_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfhebool_deserialize(_,r);if(s[2])throw i(s[1]);return y_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfhebool_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfhebool_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return y_.__wrap(n[0])}}const Gr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint10_free(o>>>0,1));class z_{static __wrap(t){t=t>>>0;const _=Object.create(z_.prototype);return _.__wbg_ptr=t,Gr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Gr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint10_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint10_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return z_.__wrap(r[0])}decompress(){const t=e.compressedfheint10_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return P.__wrap(t[0])}serialize(){const t=e.compressedfheint10_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint10_deserialize(_,r);if(s[2])throw i(s[1]);return z_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint10_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint10_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return z_.__wrap(n[0])}}const vr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint1024_free(o>>>0,1));class R_{static __wrap(t){t=t>>>0;const _=Object.create(R_.prototype);return _.__wbg_ptr=t,vr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,vr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint1024_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint1024_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return R_.__wrap(r[0])}decompress(){const t=e.compressedfheint1024_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return E.__wrap(t[0])}serialize(){const t=e.compressedfheint1024_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint1024_deserialize(_,r);if(s[2])throw i(s[1]);return R_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint1024_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint1024_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return R_.__wrap(n[0])}}const Cr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint104_free(o>>>0,1));class m_{static __wrap(t){t=t>>>0;const _=Object.create(m_.prototype);return _.__wbg_ptr=t,Cr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Cr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint104_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint104_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return m_.__wrap(r[0])}decompress(){const t=e.compressedfheint104_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return G.__wrap(t[0])}serialize(){const t=e.compressedfheint104_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint104_deserialize(_,r);if(s[2])throw i(s[1]);return m_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint104_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint104_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return m_.__wrap(n[0])}}const Kr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint112_free(o>>>0,1));class M_{static __wrap(t){t=t>>>0;const _=Object.create(M_.prototype);return _.__wbg_ptr=t,Kr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Kr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint112_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint112_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return M_.__wrap(r[0])}decompress(){const t=e.compressedfheint112_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return v.__wrap(t[0])}serialize(){const t=e.compressedfheint112_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint112_deserialize(_,r);if(s[2])throw i(s[1]);return M_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint112_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint112_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return M_.__wrap(n[0])}}const Br=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint12_free(o>>>0,1));class P_{static __wrap(t){t=t>>>0;const _=Object.create(P_.prototype);return _.__wbg_ptr=t,Br.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Br.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint12_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint12_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return P_.__wrap(r[0])}decompress(){const t=e.compressedfheint12_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return C.__wrap(t[0])}serialize(){const t=e.compressedfheint12_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint12_deserialize(_,r);if(s[2])throw i(s[1]);return P_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint12_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint12_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return P_.__wrap(n[0])}}const Nr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint120_free(o>>>0,1));class E_{static __wrap(t){t=t>>>0;const _=Object.create(E_.prototype);return _.__wbg_ptr=t,Nr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Nr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint120_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint120_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return E_.__wrap(r[0])}decompress(){const t=e.compressedfheint120_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return K.__wrap(t[0])}serialize(){const t=e.compressedfheint120_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint120_deserialize(_,r);if(s[2])throw i(s[1]);return E_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint120_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint120_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return E_.__wrap(n[0])}}const Vr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint128_free(o>>>0,1));class G_{static __wrap(t){t=t>>>0;const _=Object.create(G_.prototype);return _.__wbg_ptr=t,Vr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Vr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint128_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint128_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return G_.__wrap(r[0])}decompress(){const t=e.compressedfheint128_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return B.__wrap(t[0])}serialize(){const t=e.compressedfheint128_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint128_deserialize(_,r);if(s[2])throw i(s[1]);return G_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint128_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint128_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return G_.__wrap(n[0])}}const Yr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint136_free(o>>>0,1));class v_{static __wrap(t){t=t>>>0;const _=Object.create(v_.prototype);return _.__wbg_ptr=t,Yr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Yr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint136_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint136_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return v_.__wrap(r[0])}decompress(){const t=e.compressedfheint136_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return N.__wrap(t[0])}serialize(){const t=e.compressedfheint136_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint136_deserialize(_,r);if(s[2])throw i(s[1]);return v_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint136_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint136_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return v_.__wrap(n[0])}}const Or=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint14_free(o>>>0,1));class C_{static __wrap(t){t=t>>>0;const _=Object.create(C_.prototype);return _.__wbg_ptr=t,Or.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Or.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint14_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint14_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return C_.__wrap(r[0])}decompress(){const t=e.compressedfheint14_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return V.__wrap(t[0])}serialize(){const t=e.compressedfheint14_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint14_deserialize(_,r);if(s[2])throw i(s[1]);return C_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint14_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint14_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return C_.__wrap(n[0])}}const jr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint144_free(o>>>0,1));class K_{static __wrap(t){t=t>>>0;const _=Object.create(K_.prototype);return _.__wbg_ptr=t,jr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,jr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint144_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint144_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return K_.__wrap(r[0])}decompress(){const t=e.compressedfheint144_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Y.__wrap(t[0])}serialize(){const t=e.compressedfheint144_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint144_deserialize(_,r);if(s[2])throw i(s[1]);return K_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint144_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint144_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return K_.__wrap(n[0])}}const Ir=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint152_free(o>>>0,1));class B_{static __wrap(t){t=t>>>0;const _=Object.create(B_.prototype);return _.__wbg_ptr=t,Ir.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ir.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint152_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint152_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return B_.__wrap(r[0])}decompress(){const t=e.compressedfheint152_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return O.__wrap(t[0])}serialize(){const t=e.compressedfheint152_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint152_deserialize(_,r);if(s[2])throw i(s[1]);return B_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint152_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint152_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return B_.__wrap(n[0])}}const kr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint16_free(o>>>0,1));class N_{static __wrap(t){t=t>>>0;const _=Object.create(N_.prototype);return _.__wbg_ptr=t,kr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,kr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint16_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint16_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return N_.__wrap(r[0])}decompress(){const t=e.compressedfheint16_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return j.__wrap(t[0])}serialize(){const t=e.compressedfheint16_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint16_deserialize(_,r);if(s[2])throw i(s[1]);return N_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint16_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint16_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return N_.__wrap(n[0])}}const Ur=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint160_free(o>>>0,1));class V_{static __wrap(t){t=t>>>0;const _=Object.create(V_.prototype);return _.__wbg_ptr=t,Ur.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ur.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint160_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint160_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return V_.__wrap(r[0])}decompress(){const t=e.compressedfheint160_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return I.__wrap(t[0])}serialize(){const t=e.compressedfheint160_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint160_deserialize(_,r);if(s[2])throw i(s[1]);return V_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint160_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint160_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return V_.__wrap(n[0])}}const xr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint168_free(o>>>0,1));class Y_{static __wrap(t){t=t>>>0;const _=Object.create(Y_.prototype);return _.__wbg_ptr=t,xr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,xr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint168_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint168_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Y_.__wrap(r[0])}decompress(){const t=e.compressedfheint168_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return k.__wrap(t[0])}serialize(){const t=e.compressedfheint168_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint168_deserialize(_,r);if(s[2])throw i(s[1]);return Y_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint168_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint168_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Y_.__wrap(n[0])}}const Fr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint176_free(o>>>0,1));class O_{static __wrap(t){t=t>>>0;const _=Object.create(O_.prototype);return _.__wbg_ptr=t,Fr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Fr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint176_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint176_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return O_.__wrap(r[0])}decompress(){const t=e.compressedfheint176_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return U.__wrap(t[0])}serialize(){const t=e.compressedfheint176_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint176_deserialize(_,r);if(s[2])throw i(s[1]);return O_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint176_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint176_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return O_.__wrap(n[0])}}const Tr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint184_free(o>>>0,1));class j_{static __wrap(t){t=t>>>0;const _=Object.create(j_.prototype);return _.__wbg_ptr=t,Tr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Tr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint184_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint184_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return j_.__wrap(r[0])}decompress(){const t=e.compressedfheint184_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return x.__wrap(t[0])}serialize(){const t=e.compressedfheint184_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint184_deserialize(_,r);if(s[2])throw i(s[1]);return j_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint184_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint184_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return j_.__wrap(n[0])}}const Wr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint192_free(o>>>0,1));class I_{static __wrap(t){t=t>>>0;const _=Object.create(I_.prototype);return _.__wbg_ptr=t,Wr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Wr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint192_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint192_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return I_.__wrap(r[0])}decompress(){const t=e.compressedfheint192_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return F.__wrap(t[0])}serialize(){const t=e.compressedfheint192_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint192_deserialize(_,r);if(s[2])throw i(s[1]);return I_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint192_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint192_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return I_.__wrap(n[0])}}const Lr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint2_free(o>>>0,1));class k_{static __wrap(t){t=t>>>0;const _=Object.create(k_.prototype);return _.__wbg_ptr=t,Lr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Lr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint2_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint2_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return k_.__wrap(r[0])}decompress(){const t=e.compressedfheint2_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return T.__wrap(t[0])}serialize(){const t=e.compressedfheint2_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint2_deserialize(_,r);if(s[2])throw i(s[1]);return k_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint2_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint2_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return k_.__wrap(n[0])}}const Dr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint200_free(o>>>0,1));class U_{static __wrap(t){t=t>>>0;const _=Object.create(U_.prototype);return _.__wbg_ptr=t,Dr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Dr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint200_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint200_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return U_.__wrap(r[0])}decompress(){const t=e.compressedfheint200_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return W.__wrap(t[0])}serialize(){const t=e.compressedfheint200_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint200_deserialize(_,r);if(s[2])throw i(s[1]);return U_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint200_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint200_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return U_.__wrap(n[0])}}const $r=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint2048_free(o>>>0,1));class x_{static __wrap(t){t=t>>>0;const _=Object.create(x_.prototype);return _.__wbg_ptr=t,$r.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,$r.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint2048_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint2048_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return x_.__wrap(r[0])}decompress(){const t=e.compressedfheint2048_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return L.__wrap(t[0])}serialize(){const t=e.compressedfheint2048_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint2048_deserialize(_,r);if(s[2])throw i(s[1]);return x_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint2048_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint2048_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return x_.__wrap(n[0])}}const Zr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint208_free(o>>>0,1));class F_{static __wrap(t){t=t>>>0;const _=Object.create(F_.prototype);return _.__wbg_ptr=t,Zr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Zr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint208_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint208_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return F_.__wrap(r[0])}decompress(){const t=e.compressedfheint208_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return D.__wrap(t[0])}serialize(){const t=e.compressedfheint208_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint208_deserialize(_,r);if(s[2])throw i(s[1]);return F_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint208_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint208_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return F_.__wrap(n[0])}}const qr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint216_free(o>>>0,1));class T_{static __wrap(t){t=t>>>0;const _=Object.create(T_.prototype);return _.__wbg_ptr=t,qr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,qr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint216_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint216_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return T_.__wrap(r[0])}decompress(){const t=e.compressedfheint216_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return $.__wrap(t[0])}serialize(){const t=e.compressedfheint216_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint216_deserialize(_,r);if(s[2])throw i(s[1]);return T_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint216_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint216_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return T_.__wrap(n[0])}}const Hr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint224_free(o>>>0,1));class W_{static __wrap(t){t=t>>>0;const _=Object.create(W_.prototype);return _.__wbg_ptr=t,Hr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Hr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint224_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint224_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return W_.__wrap(r[0])}decompress(){const t=e.compressedfheint224_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Z.__wrap(t[0])}serialize(){const t=e.compressedfheint224_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint224_deserialize(_,r);if(s[2])throw i(s[1]);return W_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint224_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint224_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return W_.__wrap(n[0])}}const Jr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint232_free(o>>>0,1));class L_{static __wrap(t){t=t>>>0;const _=Object.create(L_.prototype);return _.__wbg_ptr=t,Jr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Jr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint232_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint232_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return L_.__wrap(r[0])}decompress(){const t=e.compressedfheint232_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return q.__wrap(t[0])}serialize(){const t=e.compressedfheint232_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint232_deserialize(_,r);if(s[2])throw i(s[1]);return L_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint232_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint232_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return L_.__wrap(n[0])}}const Qr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint24_free(o>>>0,1));class D_{static __wrap(t){t=t>>>0;const _=Object.create(D_.prototype);return _.__wbg_ptr=t,Qr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Qr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint24_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint24_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return D_.__wrap(r[0])}decompress(){const t=e.compressedfheint24_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return H.__wrap(t[0])}serialize(){const t=e.compressedfheint24_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint24_deserialize(_,r);if(s[2])throw i(s[1]);return D_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint24_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint24_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return D_.__wrap(n[0])}}const Xr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint240_free(o>>>0,1));class $_{static __wrap(t){t=t>>>0;const _=Object.create($_.prototype);return _.__wbg_ptr=t,Xr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Xr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint240_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint240_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return $_.__wrap(r[0])}decompress(){const t=e.compressedfheint240_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return J.__wrap(t[0])}serialize(){const t=e.compressedfheint240_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint240_deserialize(_,r);if(s[2])throw i(s[1]);return $_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint240_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint240_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return $_.__wrap(n[0])}}const ti=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint248_free(o>>>0,1));class Z_{static __wrap(t){t=t>>>0;const _=Object.create(Z_.prototype);return _.__wbg_ptr=t,ti.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ti.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint248_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint248_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Z_.__wrap(r[0])}decompress(){const t=e.compressedfheint248_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Q.__wrap(t[0])}serialize(){const t=e.compressedfheint248_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint248_deserialize(_,r);if(s[2])throw i(s[1]);return Z_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint248_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint248_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Z_.__wrap(n[0])}}const _i=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint256_free(o>>>0,1));class q_{static __wrap(t){t=t>>>0;const _=Object.create(q_.prototype);return _.__wbg_ptr=t,_i.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,_i.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint256_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint256_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return q_.__wrap(r[0])}decompress(){const t=e.compressedfheint256_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return X.__wrap(t[0])}serialize(){const t=e.compressedfheint256_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint256_deserialize(_,r);if(s[2])throw i(s[1]);return q_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint256_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint256_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return q_.__wrap(n[0])}}const ei=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint32_free(o>>>0,1));class H_{static __wrap(t){t=t>>>0;const _=Object.create(H_.prototype);return _.__wbg_ptr=t,ei.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ei.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint32_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint32_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return H_.__wrap(r[0])}decompress(){const t=e.compressedfheint32_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return tt.__wrap(t[0])}serialize(){const t=e.compressedfheint32_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint32_deserialize(_,r);if(s[2])throw i(s[1]);return H_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint32_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint32_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return H_.__wrap(n[0])}}const ri=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint4_free(o>>>0,1));class J_{static __wrap(t){t=t>>>0;const _=Object.create(J_.prototype);return _.__wbg_ptr=t,ri.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ri.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint4_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint4_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return J_.__wrap(r[0])}decompress(){const t=e.compressedfheint4_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return _t.__wrap(t[0])}serialize(){const t=e.compressedfheint4_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint4_deserialize(_,r);if(s[2])throw i(s[1]);return J_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint4_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint4_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return J_.__wrap(n[0])}}const ii=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint40_free(o>>>0,1));class Q_{static __wrap(t){t=t>>>0;const _=Object.create(Q_.prototype);return _.__wbg_ptr=t,ii.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ii.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint40_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint40_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Q_.__wrap(r[0])}decompress(){const t=e.compressedfheint40_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return et.__wrap(t[0])}serialize(){const t=e.compressedfheint40_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint40_deserialize(_,r);if(s[2])throw i(s[1]);return Q_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint40_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint40_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Q_.__wrap(n[0])}}const si=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint48_free(o>>>0,1));class X_{static __wrap(t){t=t>>>0;const _=Object.create(X_.prototype);return _.__wbg_ptr=t,si.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,si.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint48_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint48_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return X_.__wrap(r[0])}decompress(){const t=e.compressedfheint48_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return rt.__wrap(t[0])}serialize(){const t=e.compressedfheint48_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint48_deserialize(_,r);if(s[2])throw i(s[1]);return X_.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint48_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint48_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return X_.__wrap(n[0])}}const ni=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint512_free(o>>>0,1));class te{static __wrap(t){t=t>>>0;const _=Object.create(te.prototype);return _.__wbg_ptr=t,ni.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ni.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint512_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint512_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return te.__wrap(r[0])}decompress(){const t=e.compressedfheint512_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return it.__wrap(t[0])}serialize(){const t=e.compressedfheint512_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint512_deserialize(_,r);if(s[2])throw i(s[1]);return te.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint512_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint512_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return te.__wrap(n[0])}}const oi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint56_free(o>>>0,1));class _e{static __wrap(t){t=t>>>0;const _=Object.create(_e.prototype);return _.__wbg_ptr=t,oi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,oi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint56_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint56_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return _e.__wrap(r[0])}decompress(){const t=e.compressedfheint56_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return st.__wrap(t[0])}serialize(){const t=e.compressedfheint56_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint56_deserialize(_,r);if(s[2])throw i(s[1]);return _e.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint56_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint56_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return _e.__wrap(n[0])}}const ci=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint6_free(o>>>0,1));class ee{static __wrap(t){t=t>>>0;const _=Object.create(ee.prototype);return _.__wbg_ptr=t,ci.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ci.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint6_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint6_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ee.__wrap(r[0])}decompress(){const t=e.compressedfheint6_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return nt.__wrap(t[0])}serialize(){const t=e.compressedfheint6_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint6_deserialize(_,r);if(s[2])throw i(s[1]);return ee.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint6_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint6_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ee.__wrap(n[0])}}const ai=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint64_free(o>>>0,1));class re{static __wrap(t){t=t>>>0;const _=Object.create(re.prototype);return _.__wbg_ptr=t,ai.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ai.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint64_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint64_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return re.__wrap(r[0])}decompress(){const t=e.compressedfheint64_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return ot.__wrap(t[0])}serialize(){const t=e.compressedfheint64_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint64_deserialize(_,r);if(s[2])throw i(s[1]);return re.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint64_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint64_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return re.__wrap(n[0])}}const wi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint72_free(o>>>0,1));class ie{static __wrap(t){t=t>>>0;const _=Object.create(ie.prototype);return _.__wbg_ptr=t,wi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,wi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint72_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint72_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ie.__wrap(r[0])}decompress(){const t=e.compressedfheint72_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return ct.__wrap(t[0])}serialize(){const t=e.compressedfheint72_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint72_deserialize(_,r);if(s[2])throw i(s[1]);return ie.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint72_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint72_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ie.__wrap(n[0])}}const pi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint8_free(o>>>0,1));class se{static __wrap(t){t=t>>>0;const _=Object.create(se.prototype);return _.__wbg_ptr=t,pi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,pi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint8_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint8_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return se.__wrap(r[0])}decompress(){const t=e.compressedfheint8_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return at.__wrap(t[0])}serialize(){const t=e.compressedfheint8_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint8_deserialize(_,r);if(s[2])throw i(s[1]);return se.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint8_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint8_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return se.__wrap(n[0])}}const hi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint80_free(o>>>0,1));class ne{static __wrap(t){t=t>>>0;const _=Object.create(ne.prototype);return _.__wbg_ptr=t,hi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,hi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint80_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint80_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ne.__wrap(r[0])}decompress(){const t=e.compressedfheint80_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return wt.__wrap(t[0])}serialize(){const t=e.compressedfheint80_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint80_deserialize(_,r);if(s[2])throw i(s[1]);return ne.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint80_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint80_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ne.__wrap(n[0])}}const fi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint88_free(o>>>0,1));class oe{static __wrap(t){t=t>>>0;const _=Object.create(oe.prototype);return _.__wbg_ptr=t,fi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,fi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint88_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint88_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return oe.__wrap(r[0])}decompress(){const t=e.compressedfheint88_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return pt.__wrap(t[0])}serialize(){const t=e.compressedfheint88_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint88_deserialize(_,r);if(s[2])throw i(s[1]);return oe.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint88_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint88_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return oe.__wrap(n[0])}}const gi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheint96_free(o>>>0,1));class ce{static __wrap(t){t=t>>>0;const _=Object.create(ce.prototype);return _.__wbg_ptr=t,gi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,gi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheint96_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheint96_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ce.__wrap(r[0])}decompress(){const t=e.compressedfheint96_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return ht.__wrap(t[0])}serialize(){const t=e.compressedfheint96_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheint96_deserialize(_,r);if(s[2])throw i(s[1]);return ce.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheint96_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheint96_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ce.__wrap(n[0])}}const li=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint10_free(o>>>0,1));class ae{static __wrap(t){t=t>>>0;const _=Object.create(ae.prototype);return _.__wbg_ptr=t,li.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,li.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint10_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint10_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ae.__wrap(r[0])}decompress(){const t=e.compressedfheuint10_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return ft.__wrap(t[0])}serialize(){const t=e.compressedfheuint10_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint10_deserialize(_,r);if(s[2])throw i(s[1]);return ae.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint10_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint10_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ae.__wrap(n[0])}}const bi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint1024_free(o>>>0,1));class we{static __wrap(t){t=t>>>0;const _=Object.create(we.prototype);return _.__wbg_ptr=t,bi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,bi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint1024_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint1024_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return we.__wrap(r[0])}decompress(){const t=e.compressedfheuint1024_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return gt.__wrap(t[0])}serialize(){const t=e.compressedfheuint1024_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint1024_deserialize(_,r);if(s[2])throw i(s[1]);return we.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint1024_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint1024_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return we.__wrap(n[0])}}const ui=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint104_free(o>>>0,1));class pe{static __wrap(t){t=t>>>0;const _=Object.create(pe.prototype);return _.__wbg_ptr=t,ui.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ui.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint104_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint104_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return pe.__wrap(r[0])}decompress(){const t=e.compressedfheuint104_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return lt.__wrap(t[0])}serialize(){const t=e.compressedfheuint104_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint104_deserialize(_,r);if(s[2])throw i(s[1]);return pe.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint104_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint104_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return pe.__wrap(n[0])}}const di=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint112_free(o>>>0,1));class he{static __wrap(t){t=t>>>0;const _=Object.create(he.prototype);return _.__wbg_ptr=t,di.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,di.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint112_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint112_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return he.__wrap(r[0])}decompress(){const t=e.compressedfheuint112_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return bt.__wrap(t[0])}serialize(){const t=e.compressedfheuint112_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint112_deserialize(_,r);if(s[2])throw i(s[1]);return he.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint112_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint112_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return he.__wrap(n[0])}}const Ai=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint12_free(o>>>0,1));class fe{static __wrap(t){t=t>>>0;const _=Object.create(fe.prototype);return _.__wbg_ptr=t,Ai.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ai.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint12_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint12_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return fe.__wrap(r[0])}decompress(){const t=e.compressedfheuint12_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return ut.__wrap(t[0])}serialize(){const t=e.compressedfheuint12_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint12_deserialize(_,r);if(s[2])throw i(s[1]);return fe.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint12_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint12_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return fe.__wrap(n[0])}}const Si=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint120_free(o>>>0,1));class ge{static __wrap(t){t=t>>>0;const _=Object.create(ge.prototype);return _.__wbg_ptr=t,Si.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Si.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint120_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint120_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ge.__wrap(r[0])}decompress(){const t=e.compressedfheuint120_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return dt.__wrap(t[0])}serialize(){const t=e.compressedfheuint120_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint120_deserialize(_,r);if(s[2])throw i(s[1]);return ge.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint120_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint120_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ge.__wrap(n[0])}}const yi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint128_free(o>>>0,1));class le{static __wrap(t){t=t>>>0;const _=Object.create(le.prototype);return _.__wbg_ptr=t,yi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,yi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint128_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint128_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return le.__wrap(r[0])}decompress(){const t=e.compressedfheuint128_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return At.__wrap(t[0])}serialize(){const t=e.compressedfheuint128_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint128_deserialize(_,r);if(s[2])throw i(s[1]);return le.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint128_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint128_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return le.__wrap(n[0])}}const zi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint136_free(o>>>0,1));class be{static __wrap(t){t=t>>>0;const _=Object.create(be.prototype);return _.__wbg_ptr=t,zi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,zi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint136_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint136_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return be.__wrap(r[0])}decompress(){const t=e.compressedfheuint136_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return St.__wrap(t[0])}serialize(){const t=e.compressedfheuint136_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint136_deserialize(_,r);if(s[2])throw i(s[1]);return be.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint136_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint136_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return be.__wrap(n[0])}}const Ri=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint14_free(o>>>0,1));class ue{static __wrap(t){t=t>>>0;const _=Object.create(ue.prototype);return _.__wbg_ptr=t,Ri.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ri.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint14_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint14_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ue.__wrap(r[0])}decompress(){const t=e.compressedfheuint14_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return yt.__wrap(t[0])}serialize(){const t=e.compressedfheuint14_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint14_deserialize(_,r);if(s[2])throw i(s[1]);return ue.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint14_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint14_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ue.__wrap(n[0])}}const mi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint144_free(o>>>0,1));class de{static __wrap(t){t=t>>>0;const _=Object.create(de.prototype);return _.__wbg_ptr=t,mi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,mi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint144_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint144_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return de.__wrap(r[0])}decompress(){const t=e.compressedfheuint144_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return zt.__wrap(t[0])}serialize(){const t=e.compressedfheuint144_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint144_deserialize(_,r);if(s[2])throw i(s[1]);return de.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint144_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint144_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return de.__wrap(n[0])}}const Mi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint152_free(o>>>0,1));class Ae{static __wrap(t){t=t>>>0;const _=Object.create(Ae.prototype);return _.__wbg_ptr=t,Mi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Mi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint152_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint152_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ae.__wrap(r[0])}decompress(){const t=e.compressedfheuint152_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Rt.__wrap(t[0])}serialize(){const t=e.compressedfheuint152_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint152_deserialize(_,r);if(s[2])throw i(s[1]);return Ae.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint152_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint152_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ae.__wrap(n[0])}}const Pi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint16_free(o>>>0,1));class Se{static __wrap(t){t=t>>>0;const _=Object.create(Se.prototype);return _.__wbg_ptr=t,Pi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Pi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint16_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint16_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Se.__wrap(r[0])}decompress(){const t=e.compressedfheuint16_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return mt.__wrap(t[0])}serialize(){const t=e.compressedfheuint16_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint16_deserialize(_,r);if(s[2])throw i(s[1]);return Se.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint16_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint16_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Se.__wrap(n[0])}}const Ei=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint160_free(o>>>0,1));class ye{static __wrap(t){t=t>>>0;const _=Object.create(ye.prototype);return _.__wbg_ptr=t,Ei.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ei.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint160_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint160_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ye.__wrap(r[0])}decompress(){const t=e.compressedfheuint160_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Mt.__wrap(t[0])}serialize(){const t=e.compressedfheuint160_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint160_deserialize(_,r);if(s[2])throw i(s[1]);return ye.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint160_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint160_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ye.__wrap(n[0])}}const Gi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint168_free(o>>>0,1));class ze{static __wrap(t){t=t>>>0;const _=Object.create(ze.prototype);return _.__wbg_ptr=t,Gi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Gi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint168_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint168_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ze.__wrap(r[0])}decompress(){const t=e.compressedfheuint168_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Pt.__wrap(t[0])}serialize(){const t=e.compressedfheuint168_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint168_deserialize(_,r);if(s[2])throw i(s[1]);return ze.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint168_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint168_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ze.__wrap(n[0])}}const vi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint176_free(o>>>0,1));class Re{static __wrap(t){t=t>>>0;const _=Object.create(Re.prototype);return _.__wbg_ptr=t,vi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,vi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint176_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint176_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Re.__wrap(r[0])}decompress(){const t=e.compressedfheuint176_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Et.__wrap(t[0])}serialize(){const t=e.compressedfheuint176_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint176_deserialize(_,r);if(s[2])throw i(s[1]);return Re.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint176_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint176_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Re.__wrap(n[0])}}const Ci=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint184_free(o>>>0,1));class me{static __wrap(t){t=t>>>0;const _=Object.create(me.prototype);return _.__wbg_ptr=t,Ci.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ci.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint184_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint184_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return me.__wrap(r[0])}decompress(){const t=e.compressedfheuint184_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Gt.__wrap(t[0])}serialize(){const t=e.compressedfheuint184_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint184_deserialize(_,r);if(s[2])throw i(s[1]);return me.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint184_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint184_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return me.__wrap(n[0])}}const Ki=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint192_free(o>>>0,1));class Me{static __wrap(t){t=t>>>0;const _=Object.create(Me.prototype);return _.__wbg_ptr=t,Ki.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ki.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint192_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint192_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Me.__wrap(r[0])}decompress(){const t=e.compressedfheuint192_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return vt.__wrap(t[0])}serialize(){const t=e.compressedfheuint192_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint192_deserialize(_,r);if(s[2])throw i(s[1]);return Me.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint192_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint192_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Me.__wrap(n[0])}}const Bi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint2_free(o>>>0,1));class Pe{static __wrap(t){t=t>>>0;const _=Object.create(Pe.prototype);return _.__wbg_ptr=t,Bi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Bi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint2_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint2_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Pe.__wrap(r[0])}decompress(){const t=e.compressedfheuint2_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Ct.__wrap(t[0])}serialize(){const t=e.compressedfheuint2_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint2_deserialize(_,r);if(s[2])throw i(s[1]);return Pe.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint2_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint2_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Pe.__wrap(n[0])}}const Ni=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint200_free(o>>>0,1));class Ee{static __wrap(t){t=t>>>0;const _=Object.create(Ee.prototype);return _.__wbg_ptr=t,Ni.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ni.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint200_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint200_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ee.__wrap(r[0])}decompress(){const t=e.compressedfheuint200_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Kt.__wrap(t[0])}serialize(){const t=e.compressedfheuint200_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint200_deserialize(_,r);if(s[2])throw i(s[1]);return Ee.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint200_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint200_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ee.__wrap(n[0])}}const Vi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint2048_free(o>>>0,1));class Ge{static __wrap(t){t=t>>>0;const _=Object.create(Ge.prototype);return _.__wbg_ptr=t,Vi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Vi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint2048_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint2048_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ge.__wrap(r[0])}decompress(){const t=e.compressedfheuint2048_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Bt.__wrap(t[0])}serialize(){const t=e.compressedfheuint2048_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint2048_deserialize(_,r);if(s[2])throw i(s[1]);return Ge.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint2048_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint2048_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ge.__wrap(n[0])}}const Yi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint208_free(o>>>0,1));class ve{static __wrap(t){t=t>>>0;const _=Object.create(ve.prototype);return _.__wbg_ptr=t,Yi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Yi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint208_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint208_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ve.__wrap(r[0])}decompress(){const t=e.compressedfheuint208_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Nt.__wrap(t[0])}serialize(){const t=e.compressedfheuint208_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint208_deserialize(_,r);if(s[2])throw i(s[1]);return ve.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint208_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint208_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ve.__wrap(n[0])}}const Oi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint216_free(o>>>0,1));class Ce{static __wrap(t){t=t>>>0;const _=Object.create(Ce.prototype);return _.__wbg_ptr=t,Oi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Oi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint216_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint216_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ce.__wrap(r[0])}decompress(){const t=e.compressedfheuint216_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Vt.__wrap(t[0])}serialize(){const t=e.compressedfheuint216_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint216_deserialize(_,r);if(s[2])throw i(s[1]);return Ce.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint216_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint216_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ce.__wrap(n[0])}}const ji=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint224_free(o>>>0,1));class Ke{static __wrap(t){t=t>>>0;const _=Object.create(Ke.prototype);return _.__wbg_ptr=t,ji.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ji.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint224_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint224_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ke.__wrap(r[0])}decompress(){const t=e.compressedfheuint224_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Yt.__wrap(t[0])}serialize(){const t=e.compressedfheuint224_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint224_deserialize(_,r);if(s[2])throw i(s[1]);return Ke.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint224_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint224_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ke.__wrap(n[0])}}const Ii=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint232_free(o>>>0,1));class Be{static __wrap(t){t=t>>>0;const _=Object.create(Be.prototype);return _.__wbg_ptr=t,Ii.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ii.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint232_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint232_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Be.__wrap(r[0])}decompress(){const t=e.compressedfheuint232_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Ot.__wrap(t[0])}serialize(){const t=e.compressedfheuint232_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint232_deserialize(_,r);if(s[2])throw i(s[1]);return Be.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint232_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint232_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Be.__wrap(n[0])}}const ki=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint24_free(o>>>0,1));class Ne{static __wrap(t){t=t>>>0;const _=Object.create(Ne.prototype);return _.__wbg_ptr=t,ki.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ki.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint24_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint24_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ne.__wrap(r[0])}decompress(){const t=e.compressedfheuint24_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return jt.__wrap(t[0])}serialize(){const t=e.compressedfheuint24_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint24_deserialize(_,r);if(s[2])throw i(s[1]);return Ne.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint24_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint24_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ne.__wrap(n[0])}}const Ui=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint240_free(o>>>0,1));class Ve{static __wrap(t){t=t>>>0;const _=Object.create(Ve.prototype);return _.__wbg_ptr=t,Ui.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ui.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint240_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint240_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ve.__wrap(r[0])}decompress(){const t=e.compressedfheuint240_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return It.__wrap(t[0])}serialize(){const t=e.compressedfheuint240_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint240_deserialize(_,r);if(s[2])throw i(s[1]);return Ve.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint240_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint240_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ve.__wrap(n[0])}}const xi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint248_free(o>>>0,1));class Ye{static __wrap(t){t=t>>>0;const _=Object.create(Ye.prototype);return _.__wbg_ptr=t,xi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,xi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint248_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint248_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ye.__wrap(r[0])}decompress(){const t=e.compressedfheuint248_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return kt.__wrap(t[0])}serialize(){const t=e.compressedfheuint248_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint248_deserialize(_,r);if(s[2])throw i(s[1]);return Ye.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint248_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint248_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ye.__wrap(n[0])}}const Fi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint256_free(o>>>0,1));class Oe{static __wrap(t){t=t>>>0;const _=Object.create(Oe.prototype);return _.__wbg_ptr=t,Fi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Fi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint256_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint256_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Oe.__wrap(r[0])}decompress(){const t=e.compressedfheuint256_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Ut.__wrap(t[0])}serialize(){const t=e.compressedfheuint256_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint256_deserialize(_,r);if(s[2])throw i(s[1]);return Oe.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint256_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint256_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Oe.__wrap(n[0])}}const Ti=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint32_free(o>>>0,1));class je{static __wrap(t){t=t>>>0;const _=Object.create(je.prototype);return _.__wbg_ptr=t,Ti.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ti.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint32_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint32_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return je.__wrap(r[0])}decompress(){const t=e.compressedfheuint32_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return xt.__wrap(t[0])}serialize(){const t=e.compressedfheuint32_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint32_deserialize(_,r);if(s[2])throw i(s[1]);return je.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint32_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint32_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return je.__wrap(n[0])}}const Wi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint4_free(o>>>0,1));class Ie{static __wrap(t){t=t>>>0;const _=Object.create(Ie.prototype);return _.__wbg_ptr=t,Wi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Wi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint4_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint4_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ie.__wrap(r[0])}decompress(){const t=e.compressedfheuint4_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Ft.__wrap(t[0])}serialize(){const t=e.compressedfheuint4_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint4_deserialize(_,r);if(s[2])throw i(s[1]);return Ie.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint4_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint4_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ie.__wrap(n[0])}}const Li=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint40_free(o>>>0,1));class ke{static __wrap(t){t=t>>>0;const _=Object.create(ke.prototype);return _.__wbg_ptr=t,Li.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Li.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint40_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint40_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ke.__wrap(r[0])}decompress(){const t=e.compressedfheuint40_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Tt.__wrap(t[0])}serialize(){const t=e.compressedfheuint40_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint40_deserialize(_,r);if(s[2])throw i(s[1]);return ke.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint40_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint40_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ke.__wrap(n[0])}}const Di=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint48_free(o>>>0,1));class Ue{static __wrap(t){t=t>>>0;const _=Object.create(Ue.prototype);return _.__wbg_ptr=t,Di.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Di.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint48_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint48_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ue.__wrap(r[0])}decompress(){const t=e.compressedfheuint48_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Wt.__wrap(t[0])}serialize(){const t=e.compressedfheuint48_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint48_deserialize(_,r);if(s[2])throw i(s[1]);return Ue.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint48_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint48_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ue.__wrap(n[0])}}const $i=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint512_free(o>>>0,1));class xe{static __wrap(t){t=t>>>0;const _=Object.create(xe.prototype);return _.__wbg_ptr=t,$i.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,$i.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint512_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint512_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return xe.__wrap(r[0])}decompress(){const t=e.compressedfheuint512_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Lt.__wrap(t[0])}serialize(){const t=e.compressedfheuint512_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint512_deserialize(_,r);if(s[2])throw i(s[1]);return xe.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint512_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint512_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return xe.__wrap(n[0])}}const Zi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint56_free(o>>>0,1));class Fe{static __wrap(t){t=t>>>0;const _=Object.create(Fe.prototype);return _.__wbg_ptr=t,Zi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Zi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint56_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint56_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Fe.__wrap(r[0])}decompress(){const t=e.compressedfheuint56_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Dt.__wrap(t[0])}serialize(){const t=e.compressedfheuint56_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint56_deserialize(_,r);if(s[2])throw i(s[1]);return Fe.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint56_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint56_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Fe.__wrap(n[0])}}const qi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint6_free(o>>>0,1));class Te{static __wrap(t){t=t>>>0;const _=Object.create(Te.prototype);return _.__wbg_ptr=t,qi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,qi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint6_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint6_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Te.__wrap(r[0])}decompress(){const t=e.compressedfheuint6_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return $t.__wrap(t[0])}serialize(){const t=e.compressedfheuint6_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint6_deserialize(_,r);if(s[2])throw i(s[1]);return Te.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint6_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint6_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Te.__wrap(n[0])}}const Hi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint64_free(o>>>0,1));class We{static __wrap(t){t=t>>>0;const _=Object.create(We.prototype);return _.__wbg_ptr=t,Hi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Hi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint64_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint64_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return We.__wrap(r[0])}decompress(){const t=e.compressedfheuint64_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Zt.__wrap(t[0])}serialize(){const t=e.compressedfheuint64_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint64_deserialize(_,r);if(s[2])throw i(s[1]);return We.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint64_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint64_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return We.__wrap(n[0])}}const Ji=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint72_free(o>>>0,1));class Le{static __wrap(t){t=t>>>0;const _=Object.create(Le.prototype);return _.__wbg_ptr=t,Ji.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ji.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint72_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint72_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Le.__wrap(r[0])}decompress(){const t=e.compressedfheuint72_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return qt.__wrap(t[0])}serialize(){const t=e.compressedfheuint72_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint72_deserialize(_,r);if(s[2])throw i(s[1]);return Le.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint72_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint72_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Le.__wrap(n[0])}}const Qi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint8_free(o>>>0,1));class De{static __wrap(t){t=t>>>0;const _=Object.create(De.prototype);return _.__wbg_ptr=t,Qi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Qi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint8_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint8_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return De.__wrap(r[0])}decompress(){const t=e.compressedfheuint8_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Ht.__wrap(t[0])}serialize(){const t=e.compressedfheuint8_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint8_deserialize(_,r);if(s[2])throw i(s[1]);return De.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint8_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint8_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return De.__wrap(n[0])}}const Xi=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint80_free(o>>>0,1));class $e{static __wrap(t){t=t>>>0;const _=Object.create($e.prototype);return _.__wbg_ptr=t,Xi.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Xi.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint80_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint80_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return $e.__wrap(r[0])}decompress(){const t=e.compressedfheuint80_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Jt.__wrap(t[0])}serialize(){const t=e.compressedfheuint80_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint80_deserialize(_,r);if(s[2])throw i(s[1]);return $e.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint80_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint80_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return $e.__wrap(n[0])}}const ts=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint88_free(o>>>0,1));class Ze{static __wrap(t){t=t>>>0;const _=Object.create(Ze.prototype);return _.__wbg_ptr=t,ts.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ts.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint88_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint88_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ze.__wrap(r[0])}decompress(){const t=e.compressedfheuint88_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Qt.__wrap(t[0])}serialize(){const t=e.compressedfheuint88_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint88_deserialize(_,r);if(s[2])throw i(s[1]);return Ze.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint88_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint88_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ze.__wrap(n[0])}}const _s=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_compressedfheuint96_free(o>>>0,1));class qe{static __wrap(t){t=t>>>0;const _=Object.create(qe.prototype);return _.__wbg_ptr=t,_s.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,_s.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_compressedfheuint96_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.compressedfheuint96_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return qe.__wrap(r[0])}decompress(){const t=e.compressedfheuint96_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return Xt.__wrap(t[0])}serialize(){const t=e.compressedfheuint96_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.compressedfheuint96_deserialize(_,r);if(s[2])throw i(s[1]);return qe.__wrap(s[0])}safe_serialize(t){const _=e.compressedfheuint96_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.compressedfheuint96_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return qe.__wrap(n[0])}}const es=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fhebool_free(o>>>0,1));class M{static __wrap(t){t=t>>>0;const _=Object.create(M.prototype);return _.__wbg_ptr=t,es.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,es.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fhebool_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fhebool_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return M.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fhebool_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return M.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fhebool_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return M.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fhebool_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]!==0}serialize(){const t=e.fhebool_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fhebool_deserialize(_,r);if(s[2])throw i(s[1]);return M.__wrap(s[0])}safe_serialize(t){const _=e.fhebool_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fhebool_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return M.__wrap(n[0])}}const rs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint10_free(o>>>0,1));class P{static __wrap(t){t=t>>>0;const _=Object.create(P.prototype);return _.__wbg_ptr=t,rs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,rs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint10_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint10_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return P.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint10_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return P.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint10_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return P.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint10_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint10_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint10_deserialize(_,r);if(s[2])throw i(s[1]);return P.__wrap(s[0])}safe_serialize(t){const _=e.fheint10_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint10_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return P.__wrap(n[0])}}const is=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint1024_free(o>>>0,1));class E{static __wrap(t){t=t>>>0;const _=Object.create(E.prototype);return _.__wbg_ptr=t,is.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,is.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint1024_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint1024_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return E.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint1024_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return E.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint1024_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return E.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint1024_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint1024_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint1024_deserialize(_,r);if(s[2])throw i(s[1]);return E.__wrap(s[0])}safe_serialize(t){const _=e.fheint1024_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint1024_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return E.__wrap(n[0])}}const ss=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint104_free(o>>>0,1));class G{static __wrap(t){t=t>>>0;const _=Object.create(G.prototype);return _.__wbg_ptr=t,ss.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ss.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint104_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint104_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return G.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint104_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return G.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint104_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return G.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint104_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint104_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint104_deserialize(_,r);if(s[2])throw i(s[1]);return G.__wrap(s[0])}safe_serialize(t){const _=e.fheint104_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint104_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return G.__wrap(n[0])}}const ns=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint112_free(o>>>0,1));class v{static __wrap(t){t=t>>>0;const _=Object.create(v.prototype);return _.__wbg_ptr=t,ns.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ns.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint112_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint112_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return v.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint112_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return v.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint112_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return v.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint112_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint112_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint112_deserialize(_,r);if(s[2])throw i(s[1]);return v.__wrap(s[0])}safe_serialize(t){const _=e.fheint112_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint112_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return v.__wrap(n[0])}}const os=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint12_free(o>>>0,1));class C{static __wrap(t){t=t>>>0;const _=Object.create(C.prototype);return _.__wbg_ptr=t,os.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,os.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint12_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint12_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return C.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint12_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return C.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint12_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return C.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint12_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint12_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint12_deserialize(_,r);if(s[2])throw i(s[1]);return C.__wrap(s[0])}safe_serialize(t){const _=e.fheint12_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint12_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return C.__wrap(n[0])}}const cs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint120_free(o>>>0,1));class K{static __wrap(t){t=t>>>0;const _=Object.create(K.prototype);return _.__wbg_ptr=t,cs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,cs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint120_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint120_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return K.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint120_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return K.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint120_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return K.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint120_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint120_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint120_deserialize(_,r);if(s[2])throw i(s[1]);return K.__wrap(s[0])}safe_serialize(t){const _=e.fheint120_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint120_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return K.__wrap(n[0])}}const as=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint128_free(o>>>0,1));class B{static __wrap(t){t=t>>>0;const _=Object.create(B.prototype);return _.__wbg_ptr=t,as.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,as.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint128_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint128_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return B.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint128_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return B.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint128_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return B.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint128_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint128_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint128_deserialize(_,r);if(s[2])throw i(s[1]);return B.__wrap(s[0])}safe_serialize(t){const _=e.fheint128_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint128_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return B.__wrap(n[0])}}const ws=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint136_free(o>>>0,1));class N{static __wrap(t){t=t>>>0;const _=Object.create(N.prototype);return _.__wbg_ptr=t,ws.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ws.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint136_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint136_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return N.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint136_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return N.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint136_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return N.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint136_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint136_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint136_deserialize(_,r);if(s[2])throw i(s[1]);return N.__wrap(s[0])}safe_serialize(t){const _=e.fheint136_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint136_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return N.__wrap(n[0])}}const ps=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint14_free(o>>>0,1));class V{static __wrap(t){t=t>>>0;const _=Object.create(V.prototype);return _.__wbg_ptr=t,ps.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ps.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint14_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint14_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return V.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint14_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return V.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint14_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return V.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint14_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint14_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint14_deserialize(_,r);if(s[2])throw i(s[1]);return V.__wrap(s[0])}safe_serialize(t){const _=e.fheint14_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint14_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return V.__wrap(n[0])}}const hs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint144_free(o>>>0,1));class Y{static __wrap(t){t=t>>>0;const _=Object.create(Y.prototype);return _.__wbg_ptr=t,hs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,hs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint144_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint144_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Y.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint144_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Y.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint144_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Y.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint144_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint144_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint144_deserialize(_,r);if(s[2])throw i(s[1]);return Y.__wrap(s[0])}safe_serialize(t){const _=e.fheint144_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint144_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Y.__wrap(n[0])}}const fs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint152_free(o>>>0,1));class O{static __wrap(t){t=t>>>0;const _=Object.create(O.prototype);return _.__wbg_ptr=t,fs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,fs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint152_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint152_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return O.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint152_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return O.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint152_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return O.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint152_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint152_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint152_deserialize(_,r);if(s[2])throw i(s[1]);return O.__wrap(s[0])}safe_serialize(t){const _=e.fheint152_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint152_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return O.__wrap(n[0])}}const gs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint16_free(o>>>0,1));class j{static __wrap(t){t=t>>>0;const _=Object.create(j.prototype);return _.__wbg_ptr=t,gs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,gs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint16_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint16_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return j.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint16_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return j.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint16_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return j.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint16_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint16_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint16_deserialize(_,r);if(s[2])throw i(s[1]);return j.__wrap(s[0])}safe_serialize(t){const _=e.fheint16_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint16_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return j.__wrap(n[0])}}const ls=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint160_free(o>>>0,1));class I{static __wrap(t){t=t>>>0;const _=Object.create(I.prototype);return _.__wbg_ptr=t,ls.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ls.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint160_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint160_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return I.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint160_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return I.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint160_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return I.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint160_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint160_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint160_deserialize(_,r);if(s[2])throw i(s[1]);return I.__wrap(s[0])}safe_serialize(t){const _=e.fheint160_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint160_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return I.__wrap(n[0])}}const bs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint168_free(o>>>0,1));class k{static __wrap(t){t=t>>>0;const _=Object.create(k.prototype);return _.__wbg_ptr=t,bs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,bs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint168_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint168_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return k.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint168_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return k.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint168_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return k.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint168_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint168_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint168_deserialize(_,r);if(s[2])throw i(s[1]);return k.__wrap(s[0])}safe_serialize(t){const _=e.fheint168_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint168_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return k.__wrap(n[0])}}const us=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint176_free(o>>>0,1));class U{static __wrap(t){t=t>>>0;const _=Object.create(U.prototype);return _.__wbg_ptr=t,us.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,us.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint176_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint176_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return U.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint176_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return U.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint176_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return U.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint176_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint176_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint176_deserialize(_,r);if(s[2])throw i(s[1]);return U.__wrap(s[0])}safe_serialize(t){const _=e.fheint176_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint176_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return U.__wrap(n[0])}}const ds=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint184_free(o>>>0,1));class x{static __wrap(t){t=t>>>0;const _=Object.create(x.prototype);return _.__wbg_ptr=t,ds.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ds.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint184_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint184_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return x.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint184_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return x.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint184_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return x.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint184_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint184_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint184_deserialize(_,r);if(s[2])throw i(s[1]);return x.__wrap(s[0])}safe_serialize(t){const _=e.fheint184_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint184_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return x.__wrap(n[0])}}const As=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint192_free(o>>>0,1));class F{static __wrap(t){t=t>>>0;const _=Object.create(F.prototype);return _.__wbg_ptr=t,As.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,As.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint192_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint192_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return F.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint192_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return F.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint192_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return F.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint192_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint192_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint192_deserialize(_,r);if(s[2])throw i(s[1]);return F.__wrap(s[0])}safe_serialize(t){const _=e.fheint192_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint192_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return F.__wrap(n[0])}}const Ss=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint2_free(o>>>0,1));class T{static __wrap(t){t=t>>>0;const _=Object.create(T.prototype);return _.__wbg_ptr=t,Ss.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ss.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint2_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint2_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return T.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint2_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return T.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint2_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return T.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint2_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint2_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint2_deserialize(_,r);if(s[2])throw i(s[1]);return T.__wrap(s[0])}safe_serialize(t){const _=e.fheint2_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint2_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return T.__wrap(n[0])}}const ys=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint200_free(o>>>0,1));class W{static __wrap(t){t=t>>>0;const _=Object.create(W.prototype);return _.__wbg_ptr=t,ys.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ys.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint200_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint200_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return W.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint200_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return W.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint200_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return W.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint200_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint200_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint200_deserialize(_,r);if(s[2])throw i(s[1]);return W.__wrap(s[0])}safe_serialize(t){const _=e.fheint200_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint200_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return W.__wrap(n[0])}}const zs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint2048_free(o>>>0,1));class L{static __wrap(t){t=t>>>0;const _=Object.create(L.prototype);return _.__wbg_ptr=t,zs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,zs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint2048_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint2048_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return L.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint2048_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return L.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint2048_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return L.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint2048_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint2048_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint2048_deserialize(_,r);if(s[2])throw i(s[1]);return L.__wrap(s[0])}safe_serialize(t){const _=e.fheint2048_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint2048_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return L.__wrap(n[0])}}const Rs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint208_free(o>>>0,1));class D{static __wrap(t){t=t>>>0;const _=Object.create(D.prototype);return _.__wbg_ptr=t,Rs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Rs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint208_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint208_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return D.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint208_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return D.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint208_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return D.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint208_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint208_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint208_deserialize(_,r);if(s[2])throw i(s[1]);return D.__wrap(s[0])}safe_serialize(t){const _=e.fheint208_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint208_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return D.__wrap(n[0])}}const ms=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint216_free(o>>>0,1));class ${static __wrap(t){t=t>>>0;const _=Object.create($.prototype);return _.__wbg_ptr=t,ms.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ms.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint216_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint216_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return $.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint216_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return $.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint216_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return $.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint216_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint216_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint216_deserialize(_,r);if(s[2])throw i(s[1]);return $.__wrap(s[0])}safe_serialize(t){const _=e.fheint216_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint216_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return $.__wrap(n[0])}}const Ms=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint224_free(o>>>0,1));class Z{static __wrap(t){t=t>>>0;const _=Object.create(Z.prototype);return _.__wbg_ptr=t,Ms.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ms.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint224_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint224_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Z.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint224_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Z.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint224_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Z.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint224_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint224_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint224_deserialize(_,r);if(s[2])throw i(s[1]);return Z.__wrap(s[0])}safe_serialize(t){const _=e.fheint224_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint224_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Z.__wrap(n[0])}}const Ps=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint232_free(o>>>0,1));class q{static __wrap(t){t=t>>>0;const _=Object.create(q.prototype);return _.__wbg_ptr=t,Ps.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ps.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint232_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint232_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return q.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint232_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return q.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint232_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return q.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint232_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint232_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint232_deserialize(_,r);if(s[2])throw i(s[1]);return q.__wrap(s[0])}safe_serialize(t){const _=e.fheint232_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint232_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return q.__wrap(n[0])}}const Es=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint24_free(o>>>0,1));class H{static __wrap(t){t=t>>>0;const _=Object.create(H.prototype);return _.__wbg_ptr=t,Es.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Es.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint24_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint24_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return H.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint24_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return H.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint24_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return H.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint24_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint24_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint24_deserialize(_,r);if(s[2])throw i(s[1]);return H.__wrap(s[0])}safe_serialize(t){const _=e.fheint24_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint24_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return H.__wrap(n[0])}}const Gs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint240_free(o>>>0,1));class J{static __wrap(t){t=t>>>0;const _=Object.create(J.prototype);return _.__wbg_ptr=t,Gs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Gs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint240_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint240_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return J.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint240_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return J.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint240_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return J.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint240_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint240_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint240_deserialize(_,r);if(s[2])throw i(s[1]);return J.__wrap(s[0])}safe_serialize(t){const _=e.fheint240_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint240_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return J.__wrap(n[0])}}const vs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint248_free(o>>>0,1));class Q{static __wrap(t){t=t>>>0;const _=Object.create(Q.prototype);return _.__wbg_ptr=t,vs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,vs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint248_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint248_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Q.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint248_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Q.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint248_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Q.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint248_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint248_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint248_deserialize(_,r);if(s[2])throw i(s[1]);return Q.__wrap(s[0])}safe_serialize(t){const _=e.fheint248_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint248_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Q.__wrap(n[0])}}const Cs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint256_free(o>>>0,1));class X{static __wrap(t){t=t>>>0;const _=Object.create(X.prototype);return _.__wbg_ptr=t,Cs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Cs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint256_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint256_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return X.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint256_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return X.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint256_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return X.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint256_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint256_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint256_deserialize(_,r);if(s[2])throw i(s[1]);return X.__wrap(s[0])}safe_serialize(t){const _=e.fheint256_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint256_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return X.__wrap(n[0])}}const Ks=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint32_free(o>>>0,1));class tt{static __wrap(t){t=t>>>0;const _=Object.create(tt.prototype);return _.__wbg_ptr=t,Ks.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ks.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint32_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint32_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return tt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint32_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return tt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint32_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return tt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint32_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint32_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint32_deserialize(_,r);if(s[2])throw i(s[1]);return tt.__wrap(s[0])}safe_serialize(t){const _=e.fheint32_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint32_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return tt.__wrap(n[0])}}const Bs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint4_free(o>>>0,1));class _t{static __wrap(t){t=t>>>0;const _=Object.create(_t.prototype);return _.__wbg_ptr=t,Bs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Bs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint4_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint4_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return _t.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint4_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return _t.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint4_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return _t.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint4_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint4_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint4_deserialize(_,r);if(s[2])throw i(s[1]);return _t.__wrap(s[0])}safe_serialize(t){const _=e.fheint4_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint4_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return _t.__wrap(n[0])}}const Ns=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint40_free(o>>>0,1));class et{static __wrap(t){t=t>>>0;const _=Object.create(et.prototype);return _.__wbg_ptr=t,Ns.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ns.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint40_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint40_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return et.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint40_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return et.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint40_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return et.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint40_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint40_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint40_deserialize(_,r);if(s[2])throw i(s[1]);return et.__wrap(s[0])}safe_serialize(t){const _=e.fheint40_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint40_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return et.__wrap(n[0])}}const Vs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint48_free(o>>>0,1));class rt{static __wrap(t){t=t>>>0;const _=Object.create(rt.prototype);return _.__wbg_ptr=t,Vs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Vs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint48_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint48_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return rt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint48_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return rt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint48_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return rt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint48_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint48_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint48_deserialize(_,r);if(s[2])throw i(s[1]);return rt.__wrap(s[0])}safe_serialize(t){const _=e.fheint48_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint48_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return rt.__wrap(n[0])}}const Ys=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint512_free(o>>>0,1));class it{static __wrap(t){t=t>>>0;const _=Object.create(it.prototype);return _.__wbg_ptr=t,Ys.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ys.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint512_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint512_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return it.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint512_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return it.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint512_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return it.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint512_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint512_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint512_deserialize(_,r);if(s[2])throw i(s[1]);return it.__wrap(s[0])}safe_serialize(t){const _=e.fheint512_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint512_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return it.__wrap(n[0])}}const Os=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint56_free(o>>>0,1));class st{static __wrap(t){t=t>>>0;const _=Object.create(st.prototype);return _.__wbg_ptr=t,Os.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Os.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint56_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint56_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return st.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint56_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return st.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint56_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return st.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint56_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint56_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint56_deserialize(_,r);if(s[2])throw i(s[1]);return st.__wrap(s[0])}safe_serialize(t){const _=e.fheint56_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint56_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return st.__wrap(n[0])}}const js=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint6_free(o>>>0,1));class nt{static __wrap(t){t=t>>>0;const _=Object.create(nt.prototype);return _.__wbg_ptr=t,js.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,js.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint6_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint6_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return nt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint6_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return nt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint6_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return nt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint6_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint6_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint6_deserialize(_,r);if(s[2])throw i(s[1]);return nt.__wrap(s[0])}safe_serialize(t){const _=e.fheint6_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint6_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return nt.__wrap(n[0])}}const Is=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint64_free(o>>>0,1));class ot{static __wrap(t){t=t>>>0;const _=Object.create(ot.prototype);return _.__wbg_ptr=t,Is.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Is.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint64_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint64_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ot.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint64_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ot.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint64_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ot.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint64_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint64_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint64_deserialize(_,r);if(s[2])throw i(s[1]);return ot.__wrap(s[0])}safe_serialize(t){const _=e.fheint64_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint64_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ot.__wrap(n[0])}}const ks=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint72_free(o>>>0,1));class ct{static __wrap(t){t=t>>>0;const _=Object.create(ct.prototype);return _.__wbg_ptr=t,ks.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ks.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint72_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint72_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ct.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint72_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ct.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint72_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ct.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint72_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint72_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint72_deserialize(_,r);if(s[2])throw i(s[1]);return ct.__wrap(s[0])}safe_serialize(t){const _=e.fheint72_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint72_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ct.__wrap(n[0])}}const Us=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint8_free(o>>>0,1));class at{static __wrap(t){t=t>>>0;const _=Object.create(at.prototype);return _.__wbg_ptr=t,Us.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Us.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint8_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint8_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return at.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint8_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return at.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint8_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return at.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint8_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheint8_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint8_deserialize(_,r);if(s[2])throw i(s[1]);return at.__wrap(s[0])}safe_serialize(t){const _=e.fheint8_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint8_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return at.__wrap(n[0])}}const xs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint80_free(o>>>0,1));class wt{static __wrap(t){t=t>>>0;const _=Object.create(wt.prototype);return _.__wbg_ptr=t,xs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,xs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint80_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint80_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return wt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint80_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return wt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint80_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return wt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint80_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint80_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint80_deserialize(_,r);if(s[2])throw i(s[1]);return wt.__wrap(s[0])}safe_serialize(t){const _=e.fheint80_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint80_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return wt.__wrap(n[0])}}const Fs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint88_free(o>>>0,1));class pt{static __wrap(t){t=t>>>0;const _=Object.create(pt.prototype);return _.__wbg_ptr=t,Fs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Fs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint88_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint88_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return pt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint88_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return pt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint88_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return pt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint88_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint88_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint88_deserialize(_,r);if(s[2])throw i(s[1]);return pt.__wrap(s[0])}safe_serialize(t){const _=e.fheint88_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint88_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return pt.__wrap(n[0])}}const Ts=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheint96_free(o>>>0,1));class ht{static __wrap(t){t=t>>>0;const _=Object.create(ht.prototype);return _.__wbg_ptr=t,Ts.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ts.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheint96_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheint96_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ht.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheint96_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ht.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheint96_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ht.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheint96_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheint96_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheint96_deserialize(_,r);if(s[2])throw i(s[1]);return ht.__wrap(s[0])}safe_serialize(t){const _=e.fheint96_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheint96_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ht.__wrap(n[0])}}const Ws=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint10_free(o>>>0,1));class ft{static __wrap(t){t=t>>>0;const _=Object.create(ft.prototype);return _.__wbg_ptr=t,Ws.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ws.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint10_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint10_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ft.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint10_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ft.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint10_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ft.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint10_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheuint10_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint10_deserialize(_,r);if(s[2])throw i(s[1]);return ft.__wrap(s[0])}safe_serialize(t){const _=e.fheuint10_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint10_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ft.__wrap(n[0])}}const Ls=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint1024_free(o>>>0,1));class gt{static __wrap(t){t=t>>>0;const _=Object.create(gt.prototype);return _.__wbg_ptr=t,Ls.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ls.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint1024_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint1024_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return gt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint1024_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return gt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint1024_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return gt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint1024_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint1024_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint1024_deserialize(_,r);if(s[2])throw i(s[1]);return gt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint1024_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint1024_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return gt.__wrap(n[0])}}const Ds=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint104_free(o>>>0,1));class lt{static __wrap(t){t=t>>>0;const _=Object.create(lt.prototype);return _.__wbg_ptr=t,Ds.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ds.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint104_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint104_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return lt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint104_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return lt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint104_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return lt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint104_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint104_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint104_deserialize(_,r);if(s[2])throw i(s[1]);return lt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint104_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint104_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return lt.__wrap(n[0])}}const $s=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint112_free(o>>>0,1));class bt{static __wrap(t){t=t>>>0;const _=Object.create(bt.prototype);return _.__wbg_ptr=t,$s.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,$s.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint112_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint112_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return bt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint112_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return bt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint112_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return bt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint112_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint112_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint112_deserialize(_,r);if(s[2])throw i(s[1]);return bt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint112_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint112_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return bt.__wrap(n[0])}}const Zs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint12_free(o>>>0,1));class ut{static __wrap(t){t=t>>>0;const _=Object.create(ut.prototype);return _.__wbg_ptr=t,Zs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Zs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint12_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint12_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ut.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint12_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ut.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint12_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return ut.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint12_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheuint12_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint12_deserialize(_,r);if(s[2])throw i(s[1]);return ut.__wrap(s[0])}safe_serialize(t){const _=e.fheuint12_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint12_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return ut.__wrap(n[0])}}const qs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint120_free(o>>>0,1));class dt{static __wrap(t){t=t>>>0;const _=Object.create(dt.prototype);return _.__wbg_ptr=t,qs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,qs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint120_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint120_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return dt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint120_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return dt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint120_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return dt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint120_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint120_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint120_deserialize(_,r);if(s[2])throw i(s[1]);return dt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint120_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint120_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return dt.__wrap(n[0])}}const Hs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint128_free(o>>>0,1));class At{static __wrap(t){t=t>>>0;const _=Object.create(At.prototype);return _.__wbg_ptr=t,Hs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Hs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint128_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint128_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return At.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint128_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return At.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint128_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return At.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint128_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint128_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint128_deserialize(_,r);if(s[2])throw i(s[1]);return At.__wrap(s[0])}safe_serialize(t){const _=e.fheuint128_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint128_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return At.__wrap(n[0])}}const Js=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint136_free(o>>>0,1));class St{static __wrap(t){t=t>>>0;const _=Object.create(St.prototype);return _.__wbg_ptr=t,Js.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Js.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint136_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint136_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return St.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint136_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return St.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint136_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return St.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint136_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint136_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint136_deserialize(_,r);if(s[2])throw i(s[1]);return St.__wrap(s[0])}safe_serialize(t){const _=e.fheuint136_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint136_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return St.__wrap(n[0])}}const Qs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint14_free(o>>>0,1));class yt{static __wrap(t){t=t>>>0;const _=Object.create(yt.prototype);return _.__wbg_ptr=t,Qs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Qs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint14_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint14_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return yt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint14_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return yt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint14_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return yt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint14_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheuint14_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint14_deserialize(_,r);if(s[2])throw i(s[1]);return yt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint14_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint14_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return yt.__wrap(n[0])}}const Xs=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint144_free(o>>>0,1));class zt{static __wrap(t){t=t>>>0;const _=Object.create(zt.prototype);return _.__wbg_ptr=t,Xs.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Xs.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint144_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint144_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return zt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint144_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return zt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint144_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return zt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint144_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint144_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint144_deserialize(_,r);if(s[2])throw i(s[1]);return zt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint144_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint144_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return zt.__wrap(n[0])}}const tn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint152_free(o>>>0,1));class Rt{static __wrap(t){t=t>>>0;const _=Object.create(Rt.prototype);return _.__wbg_ptr=t,tn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,tn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint152_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint152_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Rt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint152_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Rt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint152_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Rt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint152_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint152_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint152_deserialize(_,r);if(s[2])throw i(s[1]);return Rt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint152_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint152_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Rt.__wrap(n[0])}}const _n=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint16_free(o>>>0,1));class mt{static __wrap(t){t=t>>>0;const _=Object.create(mt.prototype);return _.__wbg_ptr=t,_n.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,_n.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint16_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint16_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return mt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint16_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return mt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint16_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return mt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint16_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheuint16_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint16_deserialize(_,r);if(s[2])throw i(s[1]);return mt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint16_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint16_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return mt.__wrap(n[0])}}const en=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint160_free(o>>>0,1));class Mt{static __wrap(t){t=t>>>0;const _=Object.create(Mt.prototype);return _.__wbg_ptr=t,en.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,en.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint160_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint160_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Mt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint160_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Mt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint160_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Mt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint160_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint160_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint160_deserialize(_,r);if(s[2])throw i(s[1]);return Mt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint160_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint160_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Mt.__wrap(n[0])}}const rn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint168_free(o>>>0,1));class Pt{static __wrap(t){t=t>>>0;const _=Object.create(Pt.prototype);return _.__wbg_ptr=t,rn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,rn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint168_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint168_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Pt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint168_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Pt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint168_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Pt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint168_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint168_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint168_deserialize(_,r);if(s[2])throw i(s[1]);return Pt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint168_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint168_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Pt.__wrap(n[0])}}const sn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint176_free(o>>>0,1));class Et{static __wrap(t){t=t>>>0;const _=Object.create(Et.prototype);return _.__wbg_ptr=t,sn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,sn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint176_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint176_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Et.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint176_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Et.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint176_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Et.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint176_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint176_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint176_deserialize(_,r);if(s[2])throw i(s[1]);return Et.__wrap(s[0])}safe_serialize(t){const _=e.fheuint176_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint176_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Et.__wrap(n[0])}}const nn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint184_free(o>>>0,1));class Gt{static __wrap(t){t=t>>>0;const _=Object.create(Gt.prototype);return _.__wbg_ptr=t,nn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,nn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint184_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint184_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Gt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint184_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Gt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint184_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Gt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint184_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint184_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint184_deserialize(_,r);if(s[2])throw i(s[1]);return Gt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint184_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint184_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Gt.__wrap(n[0])}}const on=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint192_free(o>>>0,1));class vt{static __wrap(t){t=t>>>0;const _=Object.create(vt.prototype);return _.__wbg_ptr=t,on.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,on.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint192_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint192_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return vt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint192_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return vt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint192_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return vt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint192_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint192_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint192_deserialize(_,r);if(s[2])throw i(s[1]);return vt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint192_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint192_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return vt.__wrap(n[0])}}const cn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint2_free(o>>>0,1));class Ct{static __wrap(t){t=t>>>0;const _=Object.create(Ct.prototype);return _.__wbg_ptr=t,cn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,cn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint2_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint2_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ct.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint2_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ct.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint2_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ct.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint2_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheuint2_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint2_deserialize(_,r);if(s[2])throw i(s[1]);return Ct.__wrap(s[0])}safe_serialize(t){const _=e.fheuint2_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint2_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ct.__wrap(n[0])}}const an=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint200_free(o>>>0,1));class Kt{static __wrap(t){t=t>>>0;const _=Object.create(Kt.prototype);return _.__wbg_ptr=t,an.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,an.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint200_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint200_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Kt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint200_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Kt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint200_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Kt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint200_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint200_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint200_deserialize(_,r);if(s[2])throw i(s[1]);return Kt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint200_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint200_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Kt.__wrap(n[0])}}const wn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint2048_free(o>>>0,1));class Bt{static __wrap(t){t=t>>>0;const _=Object.create(Bt.prototype);return _.__wbg_ptr=t,wn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,wn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint2048_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint2048_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Bt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint2048_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Bt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint2048_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Bt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint2048_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint2048_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint2048_deserialize(_,r);if(s[2])throw i(s[1]);return Bt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint2048_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint2048_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Bt.__wrap(n[0])}}const pn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint208_free(o>>>0,1));class Nt{static __wrap(t){t=t>>>0;const _=Object.create(Nt.prototype);return _.__wbg_ptr=t,pn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,pn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint208_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint208_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Nt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint208_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Nt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint208_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Nt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint208_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint208_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint208_deserialize(_,r);if(s[2])throw i(s[1]);return Nt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint208_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint208_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Nt.__wrap(n[0])}}const hn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint216_free(o>>>0,1));class Vt{static __wrap(t){t=t>>>0;const _=Object.create(Vt.prototype);return _.__wbg_ptr=t,hn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,hn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint216_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint216_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Vt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint216_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Vt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint216_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Vt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint216_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint216_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint216_deserialize(_,r);if(s[2])throw i(s[1]);return Vt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint216_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint216_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Vt.__wrap(n[0])}}const fn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint224_free(o>>>0,1));class Yt{static __wrap(t){t=t>>>0;const _=Object.create(Yt.prototype);return _.__wbg_ptr=t,fn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,fn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint224_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint224_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Yt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint224_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Yt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint224_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Yt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint224_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint224_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint224_deserialize(_,r);if(s[2])throw i(s[1]);return Yt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint224_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint224_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Yt.__wrap(n[0])}}const gn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint232_free(o>>>0,1));class Ot{static __wrap(t){t=t>>>0;const _=Object.create(Ot.prototype);return _.__wbg_ptr=t,gn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,gn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint232_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint232_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ot.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint232_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ot.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint232_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ot.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint232_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint232_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint232_deserialize(_,r);if(s[2])throw i(s[1]);return Ot.__wrap(s[0])}safe_serialize(t){const _=e.fheuint232_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint232_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ot.__wrap(n[0])}}const ln=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint24_free(o>>>0,1));class jt{static __wrap(t){t=t>>>0;const _=Object.create(jt.prototype);return _.__wbg_ptr=t,ln.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,ln.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint24_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint24_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return jt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint24_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return jt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint24_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return jt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint24_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]>>>0}serialize(){const t=e.fheuint24_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint24_deserialize(_,r);if(s[2])throw i(s[1]);return jt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint24_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint24_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return jt.__wrap(n[0])}}const bn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint240_free(o>>>0,1));class It{static __wrap(t){t=t>>>0;const _=Object.create(It.prototype);return _.__wbg_ptr=t,bn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,bn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint240_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint240_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return It.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint240_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return It.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint240_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return It.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint240_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint240_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint240_deserialize(_,r);if(s[2])throw i(s[1]);return It.__wrap(s[0])}safe_serialize(t){const _=e.fheuint240_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint240_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return It.__wrap(n[0])}}const un=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint248_free(o>>>0,1));class kt{static __wrap(t){t=t>>>0;const _=Object.create(kt.prototype);return _.__wbg_ptr=t,un.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,un.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint248_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint248_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return kt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint248_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return kt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint248_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return kt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint248_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint248_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint248_deserialize(_,r);if(s[2])throw i(s[1]);return kt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint248_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint248_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return kt.__wrap(n[0])}}const dn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint256_free(o>>>0,1));class Ut{static __wrap(t){t=t>>>0;const _=Object.create(Ut.prototype);return _.__wbg_ptr=t,dn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,dn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint256_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint256_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ut.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint256_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ut.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint256_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ut.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint256_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint256_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint256_deserialize(_,r);if(s[2])throw i(s[1]);return Ut.__wrap(s[0])}safe_serialize(t){const _=e.fheuint256_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint256_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ut.__wrap(n[0])}}const An=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint32_free(o>>>0,1));class xt{static __wrap(t){t=t>>>0;const _=Object.create(xt.prototype);return _.__wbg_ptr=t,An.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,An.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint32_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint32_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return xt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint32_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return xt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint32_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return xt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint32_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]>>>0}serialize(){const t=e.fheuint32_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint32_deserialize(_,r);if(s[2])throw i(s[1]);return xt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint32_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint32_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return xt.__wrap(n[0])}}const Sn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint4_free(o>>>0,1));class Ft{static __wrap(t){t=t>>>0;const _=Object.create(Ft.prototype);return _.__wbg_ptr=t,Sn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Sn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint4_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint4_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ft.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint4_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ft.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint4_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ft.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint4_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheuint4_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint4_deserialize(_,r);if(s[2])throw i(s[1]);return Ft.__wrap(s[0])}safe_serialize(t){const _=e.fheuint4_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint4_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ft.__wrap(n[0])}}const yn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint40_free(o>>>0,1));class Tt{static __wrap(t){t=t>>>0;const _=Object.create(Tt.prototype);return _.__wbg_ptr=t,yn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,yn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint40_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint40_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Tt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint40_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Tt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint40_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Tt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint40_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return BigInt.asUintN(64,_[0])}serialize(){const t=e.fheuint40_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint40_deserialize(_,r);if(s[2])throw i(s[1]);return Tt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint40_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint40_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Tt.__wrap(n[0])}}const zn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint48_free(o>>>0,1));class Wt{static __wrap(t){t=t>>>0;const _=Object.create(Wt.prototype);return _.__wbg_ptr=t,zn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,zn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint48_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint48_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Wt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint48_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Wt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint48_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Wt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint48_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return BigInt.asUintN(64,_[0])}serialize(){const t=e.fheuint48_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint48_deserialize(_,r);if(s[2])throw i(s[1]);return Wt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint48_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint48_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Wt.__wrap(n[0])}}const Rn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint512_free(o>>>0,1));class Lt{static __wrap(t){t=t>>>0;const _=Object.create(Lt.prototype);return _.__wbg_ptr=t,Rn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Rn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint512_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint512_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Lt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint512_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Lt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint512_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Lt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint512_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint512_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint512_deserialize(_,r);if(s[2])throw i(s[1]);return Lt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint512_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint512_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Lt.__wrap(n[0])}}const mn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint56_free(o>>>0,1));class Dt{static __wrap(t){t=t>>>0;const _=Object.create(Dt.prototype);return _.__wbg_ptr=t,mn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,mn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint56_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint56_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Dt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint56_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Dt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint56_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Dt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint56_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return BigInt.asUintN(64,_[0])}serialize(){const t=e.fheuint56_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint56_deserialize(_,r);if(s[2])throw i(s[1]);return Dt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint56_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint56_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Dt.__wrap(n[0])}}const Mn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint6_free(o>>>0,1));class $t{static __wrap(t){t=t>>>0;const _=Object.create($t.prototype);return _.__wbg_ptr=t,Mn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Mn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint6_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint6_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return $t.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint6_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return $t.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint6_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return $t.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint6_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheuint6_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint6_deserialize(_,r);if(s[2])throw i(s[1]);return $t.__wrap(s[0])}safe_serialize(t){const _=e.fheuint6_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint6_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return $t.__wrap(n[0])}}const Pn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint64_free(o>>>0,1));class Zt{static __wrap(t){t=t>>>0;const _=Object.create(Zt.prototype);return _.__wbg_ptr=t,Pn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Pn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint64_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint64_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Zt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint64_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Zt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint64_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Zt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint64_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return BigInt.asUintN(64,_[0])}serialize(){const t=e.fheuint64_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint64_deserialize(_,r);if(s[2])throw i(s[1]);return Zt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint64_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint64_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Zt.__wrap(n[0])}}const En=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint72_free(o>>>0,1));class qt{static __wrap(t){t=t>>>0;const _=Object.create(qt.prototype);return _.__wbg_ptr=t,En.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,En.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint72_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint72_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return qt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint72_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return qt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint72_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return qt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint72_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint72_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint72_deserialize(_,r);if(s[2])throw i(s[1]);return qt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint72_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint72_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return qt.__wrap(n[0])}}const Gn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint8_free(o>>>0,1));class Ht{static __wrap(t){t=t>>>0;const _=Object.create(Ht.prototype);return _.__wbg_ptr=t,Gn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Gn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint8_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint8_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ht.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint8_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ht.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint8_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Ht.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint8_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return _[0]}serialize(){const t=e.fheuint8_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint8_deserialize(_,r);if(s[2])throw i(s[1]);return Ht.__wrap(s[0])}safe_serialize(t){const _=e.fheuint8_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint8_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Ht.__wrap(n[0])}}const vn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint80_free(o>>>0,1));class Jt{static __wrap(t){t=t>>>0;const _=Object.create(Jt.prototype);return _.__wbg_ptr=t,vn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,vn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint80_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint80_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Jt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint80_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Jt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint80_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Jt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint80_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint80_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint80_deserialize(_,r);if(s[2])throw i(s[1]);return Jt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint80_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint80_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Jt.__wrap(n[0])}}const Cn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint88_free(o>>>0,1));class Qt{static __wrap(t){t=t>>>0;const _=Object.create(Qt.prototype);return _.__wbg_ptr=t,Cn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Cn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint88_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint88_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Qt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint88_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Qt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint88_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Qt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint88_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint88_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint88_deserialize(_,r);if(s[2])throw i(s[1]);return Qt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint88_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint88_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Qt.__wrap(n[0])}}const Kn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_fheuint96_free(o>>>0,1));class Xt{static __wrap(t){t=t>>>0;const _=Object.create(Xt.prototype);return _.__wbg_ptr=t,Kn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Kn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_fheuint96_free(t,0)}static encrypt_with_client_key(t,_){c(_,h);const r=e.fheuint96_encrypt_with_client_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Xt.__wrap(r[0])}static encrypt_with_public_key(t,_){c(_,f);const r=e.fheuint96_encrypt_with_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Xt.__wrap(r[0])}static encrypt_with_compressed_public_key(t,_){c(_,g);const r=e.fheuint96_encrypt_with_compressed_public_key(t,_.__wbg_ptr);if(r[2])throw i(r[1]);return Xt.__wrap(r[0])}decrypt(t){c(t,h);const _=e.fheuint96_decrypt(this.__wbg_ptr,t.__wbg_ptr);if(_[2])throw i(_[1]);return i(_[0])}serialize(){const t=e.fheuint96_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.fheuint96_deserialize(_,r);if(s[2])throw i(s[1]);return Xt.__wrap(s[0])}safe_serialize(t){const _=e.fheuint96_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.fheuint96_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Xt.__wrap(n[0])}}const Bn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_provencompactciphertextlist_free(o>>>0,1));class He{static __wrap(t){t=t>>>0;const _=Object.create(He.prototype);return _.__wbg_ptr=t,Bn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Bn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_provencompactciphertextlist_free(t,0)}static builder(t){c(t,S);const _=e.provencompactciphertextlist_builder(t.__wbg_ptr);if(_[2])throw i(_[1]);return er.__wrap(_[0])}len(){return e.compactciphertextlistexpander_len(this.__wbg_ptr)>>>0}is_empty(){return e.compactciphertextlistexpander_is_empty(this.__wbg_ptr)!==0}get_kind_of(t){const _=e.provencompactciphertextlist_get_kind_of(this.__wbg_ptr,t);return _===84?void 0:_}verify_and_expand(t,_,r){c(t,m),c(_,S);const s=w(r,e.__wbindgen_malloc),n=a,l=e.provencompactciphertextlist_verify_and_expand(this.__wbg_ptr,t.__wbg_ptr,_.__wbg_ptr,s,n);if(l[2])throw i(l[1]);return S_.__wrap(l[0])}expand_without_verification(){const t=e.provencompactciphertextlist_expand_without_verification(this.__wbg_ptr);if(t[2])throw i(t[1]);return S_.__wrap(t[0])}serialize(){const t=e.provencompactciphertextlist_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.provencompactciphertextlist_deserialize(_,r);if(s[2])throw i(s[1]);return He.__wrap(s[0])}safe_serialize(t){const _=e.provencompactciphertextlist_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.provencompactciphertextlist_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return He.__wrap(n[0])}}const uo=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_shortint_free(o>>>0,1));class Ao{__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,uo.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_shortint_free(t,0)}static new_gaussian_from_std_dev(t){const _=e.shortint_new_gaussian_from_std_dev(t);return A.__wrap(_)}static try_new_t_uniform(t){const _=e.shortint_try_new_t_uniform(t);if(_[2])throw i(_[1]);return A.__wrap(_[0])}static new_parameters(t,_,r,s,n,l,b,y,b_,wr,pr,Mo,Po,Eo,Go){c(s,A),c(n,A);const vo=e.shortint_new_parameters(t,_,r,s.__wbg_ptr,n.__wbg_ptr,l,b,y,b_,wr,pr,Mo,Po,Eo,Go);return __.__wrap(vo)}static new_client_key_from_seed_and_parameters(t,_,r){c(r,__);const s=e.shortint_new_client_key_from_seed_and_parameters(t,_,r.__wbg_ptr);return u.__wrap(s)}static new_client_key(t){c(t,__);const _=e.shortint_new_client_key(t.__wbg_ptr);return u.__wrap(_)}static new_public_key(t){c(t,u);const _=e.shortint_new_public_key(t.__wbg_ptr);return h_.__wrap(_)}static new_compressed_public_key(t){c(t,u);const _=e.shortint_new_compressed_public_key(t.__wbg_ptr);return p_.__wrap(_)}static new_compressed_server_key(t){c(t,u);const _=e.shortint_new_compressed_server_key(t.__wbg_ptr);return Je.__wrap(_)}static encrypt(t,_){c(t,u);const r=e.shortint_encrypt(t.__wbg_ptr,_);return t_.__wrap(r)}static encrypt_compressed(t,_){c(t,u);const r=e.shortint_encrypt_compressed(t.__wbg_ptr,_);return w_.__wrap(r)}static decompress_ciphertext(t){c(t,w_);const _=e.shortint_decompress_ciphertext(t.__wbg_ptr);return t_.__wrap(_)}static encrypt_with_public_key(t,_){c(t,h_);const r=e.shortint_encrypt_with_public_key(t.__wbg_ptr,_);return t_.__wrap(r)}static encrypt_with_compressed_public_key(t,_){c(t,p_);const r=e.shortint_encrypt_with_compressed_public_key(t.__wbg_ptr,_);return t_.__wrap(r)}static decrypt(t,_){c(t,u),c(_,t_);const r=e.shortint_decrypt(t.__wbg_ptr,_.__wbg_ptr);return BigInt.asUintN(64,r)}static serialize_ciphertext(t){c(t,t_);const _=e.shortint_serialize_ciphertext(t.__wbg_ptr);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize_ciphertext(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.shortint_deserialize_ciphertext(_,r);if(s[2])throw i(s[1]);return t_.__wrap(s[0])}static serialize_compressed_ciphertext(t){c(t,w_);const _=e.shortint_serialize_compressed_ciphertext(t.__wbg_ptr);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize_compressed_ciphertext(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.shortint_deserialize_compressed_ciphertext(_,r);if(s[2])throw i(s[1]);return w_.__wrap(s[0])}static serialize_client_key(t){c(t,u);const _=e.shortint_serialize_client_key(t.__wbg_ptr);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize_client_key(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.shortint_deserialize_client_key(_,r);if(s[2])throw i(s[1]);return u.__wrap(s[0])}static serialize_public_key(t){c(t,h_);const _=e.shortint_serialize_public_key(t.__wbg_ptr);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize_public_key(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.shortint_deserialize_public_key(_,r);if(s[2])throw i(s[1]);return h_.__wrap(s[0])}static serialize_compressed_public_key(t){c(t,p_);const _=e.shortint_serialize_compressed_public_key(t.__wbg_ptr);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize_compressed_public_key(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.shortint_deserialize_compressed_public_key(_,r);if(s[2])throw i(s[1]);return p_.__wrap(s[0])}static serialize_compressed_server_key(t){c(t,Je);const _=e.shortint_serialize_compressed_server_key(t.__wbg_ptr);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static deserialize_compressed_server_key(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.shortint_deserialize_compressed_server_key(_,r);if(s[2])throw i(s[1]);return Je.__wrap(s[0])}}const Nn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_shortintciphertext_free(o>>>0,1));class t_{static __wrap(t){t=t>>>0;const _=Object.create(t_.prototype);return _.__wbg_ptr=t,Nn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Nn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_shortintciphertext_free(t,0)}}const Vn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_shortintclientkey_free(o>>>0,1));class u{static __wrap(t){t=t>>>0;const _=Object.create(u.prototype);return _.__wbg_ptr=t,Vn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Vn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_shortintclientkey_free(t,0)}}const or=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_shortintcompactpublickeyencryptionparameters_free(o>>>0,1));class a_{static __wrap(t){t=t>>>0;const _=Object.create(a_.prototype);return _.__wbg_ptr=t,or.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,or.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_shortintcompactpublickeyencryptionparameters_free(t,0)}constructor(t){const _=e.shortintcompactpublickeyencryptionparameters_new(t);return this.__wbg_ptr=_>>>0,or.register(this,this.__wbg_ptr,this),this}static new_parameters(t,_,r,s,n,l,b,y){c(_,A);const b_=e.shortintcompactpublickeyencryptionparameters_new_parameters(t,_.__wbg_ptr,r,s,n,l,b,y);if(b_[2])throw i(b_[1]);return a_.__wrap(b_[0])}}const Yn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_shortintcompressedciphertext_free(o>>>0,1));class w_{static __wrap(t){t=t>>>0;const _=Object.create(w_.prototype);return _.__wbg_ptr=t,Yn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Yn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_shortintcompressedciphertext_free(t,0)}}const On=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_shortintcompressedpublickey_free(o>>>0,1));class p_{static __wrap(t){t=t>>>0;const _=Object.create(p_.prototype);return _.__wbg_ptr=t,On.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,On.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_shortintcompressedpublickey_free(t,0)}}const jn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_shortintcompressedserverkey_free(o>>>0,1));class Je{static __wrap(t){t=t>>>0;const _=Object.create(Je.prototype);return _.__wbg_ptr=t,jn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,jn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_shortintcompressedserverkey_free(t,0)}}const In=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_shortintnoisedistribution_free(o>>>0,1));class A{static __wrap(t){t=t>>>0;const _=Object.create(A.prototype);return _.__wbg_ptr=t,In.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,In.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_shortintnoisedistribution_free(t,0)}}const cr=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_shortintparameters_free(o>>>0,1));class __{static __wrap(t){t=t>>>0;const _=Object.create(__.prototype);return _.__wbg_ptr=t,cr.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,cr.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_shortintparameters_free(t,0)}lwe_dimension(){return e.shortintparameters_lwe_dimension(this.__wbg_ptr)>>>0}set_lwe_dimension(t){e.shortintparameters_set_lwe_dimension(this.__wbg_ptr,t)}glwe_dimension(){return e.shortintparameters_glwe_dimension(this.__wbg_ptr)>>>0}set_glwe_dimension(t){e.shortintparameters_set_glwe_dimension(this.__wbg_ptr,t)}polynomial_size(){return e.shortintparameters_polynomial_size(this.__wbg_ptr)>>>0}set_polynomial_size(t){e.shortintparameters_set_polynomial_size(this.__wbg_ptr,t)}lwe_noise_distribution(){const t=e.shortintparameters_glwe_noise_distribution(this.__wbg_ptr);return A.__wrap(t)}set_lwe_noise_distribution(t){c(t,A),e.shortintparameters_set_lwe_noise_distribution(this.__wbg_ptr,t.__wbg_ptr)}glwe_noise_distribution(){const t=e.shortintparameters_glwe_noise_distribution(this.__wbg_ptr);return A.__wrap(t)}set_glwe_noise_distribution(t){c(t,A),e.shortintparameters_set_glwe_noise_distribution(this.__wbg_ptr,t.__wbg_ptr)}pbs_base_log(){return e.shortintparameters_pbs_base_log(this.__wbg_ptr)>>>0}set_pbs_base_log(t){e.shortintparameters_set_pbs_base_log(this.__wbg_ptr,t)}pbs_level(){return e.shortintparameters_pbs_level(this.__wbg_ptr)>>>0}set_pbs_level(t){e.shortintparameters_set_pbs_level(this.__wbg_ptr,t)}ks_base_log(){return e.shortintparameters_ks_base_log(this.__wbg_ptr)>>>0}set_ks_base_log(t){e.shortintparameters_set_ks_base_log(this.__wbg_ptr,t)}ks_level(){return e.shortintparameters_ks_level(this.__wbg_ptr)>>>0}set_ks_level(t){e.shortintparameters_set_ks_level(this.__wbg_ptr,t)}message_modulus(){const t=e.shortintparameters_message_modulus(this.__wbg_ptr);return BigInt.asUintN(64,t)}set_message_modulus(t){e.shortintparameters_set_message_modulus(this.__wbg_ptr,t)}carry_modulus(){const t=e.shortintparameters_carry_modulus(this.__wbg_ptr);return BigInt.asUintN(64,t)}set_carry_modulus(t){e.shortintparameters_set_carry_modulus(this.__wbg_ptr,t)}encryption_key_choice(){return e.shortintparameters_encryption_key_choice(this.__wbg_ptr)}set_encryption_key_choice(t){e.shortintparameters_set_encryption_key_choice(this.__wbg_ptr,t)}constructor(t){const _=e.shortintparameters_new(t);return this.__wbg_ptr=_>>>0,cr.register(this,this.__wbg_ptr,this),this}}const kn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_shortintpublickey_free(o>>>0,1));class h_{static __wrap(t){t=t>>>0;const _=Object.create(h_.prototype);return _.__wbg_ptr=t,kn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,kn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_shortintpublickey_free(t,0)}}const Un=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_tfheclientkey_free(o>>>0,1));class h{static __wrap(t){t=t>>>0;const _=Object.create(h.prototype);return _.__wbg_ptr=t,Un.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Un.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_tfheclientkey_free(t,0)}static generate(t){c(t,g_);const _=e.tfheclientkey_generate(t.__wbg_ptr);if(_[2])throw i(_[1]);return h.__wrap(_[0])}static generate_with_seed(t,_){c(t,g_);const r=e.tfheclientkey_generate_with_seed(t.__wbg_ptr,_);if(r[2])throw i(r[1]);return h.__wrap(r[0])}serialize(){const t=e.tfheclientkey_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.tfheclientkey_deserialize(_,r);if(s[2])throw i(s[1]);return h.__wrap(s[0])}safe_serialize(t){const _=e.tfheclientkey_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.tfheclientkey_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return h.__wrap(n[0])}}const xn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_tfhecompactpublickey_free(o>>>0,1));class S{static __wrap(t){t=t>>>0;const _=Object.create(S.prototype);return _.__wbg_ptr=t,xn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,xn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_tfhecompactpublickey_free(t,0)}static new(t){c(t,h);const _=e.tfhecompactpublickey_new(t.__wbg_ptr);if(_[2])throw i(_[1]);return S.__wrap(_[0])}serialize(){const t=e.tfhecompactpublickey_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.tfhecompactpublickey_deserialize(_,r);if(s[2])throw i(s[1]);return S.__wrap(s[0])}safe_serialize(t){const _=e.tfhecompactpublickey_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.tfhecompactpublickey_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return S.__wrap(n[0])}static safe_deserialize_conformant(t,_,r){const s=w(t,e.__wbindgen_malloc),n=a;c(r,a_);const l=e.tfhecompactpublickey_safe_deserialize_conformant(s,n,_,r.__wbg_ptr);if(l[2])throw i(l[1]);return S.__wrap(l[0])}}const Fn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_tfhecompressedcompactpublickey_free(o>>>0,1));class f_{static __wrap(t){t=t>>>0;const _=Object.create(f_.prototype);return _.__wbg_ptr=t,Fn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Fn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_tfhecompressedcompactpublickey_free(t,0)}static new(t){c(t,h);const _=e.tfhecompressedcompactpublickey_new(t.__wbg_ptr);if(_[2])throw i(_[1]);return f_.__wrap(_[0])}serialize(){const t=e.tfhecompressedcompactpublickey_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.tfhecompressedcompactpublickey_deserialize(_,r);if(s[2])throw i(s[1]);return f_.__wrap(s[0])}decompress(){const t=e.tfhecompressedcompactpublickey_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return S.__wrap(t[0])}safe_serialize(t){const _=e.tfhecompressedcompactpublickey_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.tfhecompressedcompactpublickey_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return f_.__wrap(n[0])}static safe_deserialize_conformant(t,_,r){const s=w(t,e.__wbindgen_malloc),n=a;c(r,a_);const l=e.tfhecompressedcompactpublickey_safe_deserialize_conformant(s,n,_,r.__wbg_ptr);if(l[2])throw i(l[1]);return f_.__wrap(l[0])}}const Tn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_tfhecompressedpublickey_free(o>>>0,1));class g{static __wrap(t){t=t>>>0;const _=Object.create(g.prototype);return _.__wbg_ptr=t,Tn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Tn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_tfhecompressedpublickey_free(t,0)}static new(t){c(t,h);const _=e.tfhecompressedpublickey_new(t.__wbg_ptr);if(_[2])throw i(_[1]);return g.__wrap(_[0])}decompress(){const t=e.tfhecompressedpublickey_decompress(this.__wbg_ptr);if(t[2])throw i(t[1]);return f.__wrap(t[0])}serialize(){const t=e.tfhecompressedpublickey_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.tfhecompressedpublickey_deserialize(_,r);if(s[2])throw i(s[1]);return g.__wrap(s[0])}safe_serialize(t){const _=e.tfhecompressedpublickey_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.tfhecompressedpublickey_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return g.__wrap(n[0])}}const Wn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_tfhecompressedserverkey_free(o>>>0,1));class Qe{static __wrap(t){t=t>>>0;const _=Object.create(Qe.prototype);return _.__wbg_ptr=t,Wn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Wn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_tfhecompressedserverkey_free(t,0)}static new(t){c(t,h);const _=e.tfhecompressedserverkey_new(t.__wbg_ptr);if(_[2])throw i(_[1]);return Qe.__wrap(_[0])}serialize(){const t=e.tfhecompressedserverkey_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.tfhecompressedserverkey_deserialize(_,r);if(s[2])throw i(s[1]);return Qe.__wrap(s[0])}safe_serialize(t){const _=e.tfhecompressedserverkey_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.tfhecompressedserverkey_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return Qe.__wrap(n[0])}}const Ln=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_tfheconfig_free(o>>>0,1));class g_{static __wrap(t){t=t>>>0;const _=Object.create(g_.prototype);return _.__wbg_ptr=t,Ln.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Ln.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_tfheconfig_free(t,0)}}const Dn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_tfheconfigbuilder_free(o>>>0,1));class l_{static __wrap(t){t=t>>>0;const _=Object.create(l_.prototype);return _.__wbg_ptr=t,Dn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Dn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_tfheconfigbuilder_free(t,0)}static default(){const t=e.tfheconfigbuilder_default();return l_.__wrap(t)}static with_custom_parameters(t){c(t,__);const _=e.tfheconfigbuilder_with_custom_parameters(t.__wbg_ptr);return l_.__wrap(_)}use_custom_parameters(t){const _=this.__destroy_into_raw();c(t,__);const r=e.tfheconfigbuilder_use_custom_parameters(_,t.__wbg_ptr);return l_.__wrap(r)}use_dedicated_compact_public_key_parameters(t){const _=this.__destroy_into_raw();c(t,a_);const r=e.tfheconfigbuilder_use_dedicated_compact_public_key_parameters(_,t.__wbg_ptr);return l_.__wrap(r)}build(){const t=this.__destroy_into_raw(),_=e.tfheconfigbuilder_build(t);return g_.__wrap(_)}}const $n=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_tfhepublickey_free(o>>>0,1));class f{static __wrap(t){t=t>>>0;const _=Object.create(f.prototype);return _.__wbg_ptr=t,$n.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,$n.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_tfhepublickey_free(t,0)}static new(t){c(t,h);const _=e.tfhepublickey_new(t.__wbg_ptr);if(_[2])throw i(_[1]);return f.__wrap(_[0])}serialize(){const t=e.tfhepublickey_serialize(this.__wbg_ptr);if(t[3])throw i(t[2]);var _=p(t[0],t[1]).slice();return e.__wbindgen_free(t[0],t[1]*1,1),_}static deserialize(t){const _=w(t,e.__wbindgen_malloc),r=a,s=e.tfhepublickey_deserialize(_,r);if(s[2])throw i(s[1]);return f.__wrap(s[0])}safe_serialize(t){const _=e.tfhepublickey_safe_serialize(this.__wbg_ptr,t);if(_[3])throw i(_[2]);var r=p(_[0],_[1]).slice();return e.__wbindgen_free(_[0],_[1]*1,1),r}static safe_deserialize(t,_){const r=w(t,e.__wbindgen_malloc),s=a,n=e.tfhepublickey_safe_deserialize(r,s,_);if(n[2])throw i(n[1]);return f.__wrap(n[0])}}const Zn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_tfheserverkey_free(o>>>0,1));class rr{static __wrap(t){t=t>>>0;const _=Object.create(rr.prototype);return _.__wbg_ptr=t,Zn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,Zn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_tfheserverkey_free(t,0)}static new(t){c(t,h);const _=e.tfheserverkey_new(t.__wbg_ptr);if(_[2])throw i(_[1]);return rr.__wrap(_[0])}}const So=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_tfhe_free(o>>>0,1));class yo{__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,So.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_tfhe_free(t,0)}}const qn=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(o=>e.__wbg_wbg_rayon_poolbuilder_free(o>>>0,1));class sr{static __wrap(t){t=t>>>0;const _=Object.create(sr.prototype);return _.__wbg_ptr=t,qn.register(_,_.__wbg_ptr,_),_}__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,qn.unregister(this),t}free(){const t=this.__destroy_into_raw();e.__wbg_wbg_rayon_poolbuilder_free(t,0)}numThreads(){return e.wbg_rayon_poolbuilder_numThreads(this.__wbg_ptr)>>>0}receiver(){return e.wbg_rayon_poolbuilder_receiver(this.__wbg_ptr)>>>0}build(){e.wbg_rayon_poolbuilder_build(this.__wbg_ptr)}}async function zo(o,t){if(typeof Response=="function"&&o instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(o,t)}catch(r){if(o.headers.get("Content-Type")!="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",r);else throw r}const _=await o.arrayBuffer();return await WebAssembly.instantiate(_,t)}else{const _=await WebAssembly.instantiate(o,t);return _ instanceof WebAssembly.Instance?{instance:_,module:o}:_}}function Hn(){const o={};return o.wbg={},o.wbg.__wbg_BigInt_470dd987b8190f8e=function(t){return BigInt(t)},o.wbg.__wbg_BigInt_ddea6d2f55558acb=function(){return u_(function(t){return BigInt(t)},arguments)},o.wbg.__wbg_buffer_609cc3eee51ed158=function(t){return t.buffer},o.wbg.__wbg_call_672a4d21634d4a24=function(){return u_(function(t,_){return t.call(_)},arguments)},o.wbg.__wbg_call_7cccdd69e0791ae2=function(){return u_(function(t,_,r){return t.call(_,r)},arguments)},o.wbg.__wbg_crypto_ed58b8e10a292839=function(t){return t.crypto},o.wbg.__wbg_error_7534b8e9a36f1ab4=function(t,_){let r,s;try{r=t,s=_,console.error(e_(t,_))}finally{e.__wbindgen_free(r,s,1)}},o.wbg.__wbg_getRandomValues_bcb4912f16000dc4=function(){return u_(function(t,_){t.getRandomValues(_)},arguments)},o.wbg.__wbg_getTime_46267b1c24877e30=function(t){return t.getTime()},o.wbg.__wbg_instanceof_Window_def73ea0955fc569=function(t){let _;try{_=t instanceof Window}catch{_=!1}return _},o.wbg.__wbg_msCrypto_0a36e2ec3a343d26=function(t){return t.msCrypto},o.wbg.__wbg_new0_f788a2397c7ca929=function(){return new Date},o.wbg.__wbg_new_8a6f238a6ece86ea=function(){return new Error},o.wbg.__wbg_new_a12002a7f91c75be=function(t){return new Uint8Array(t)},o.wbg.__wbg_newnoargs_105ed471475aaf50=function(t,_){return new Function(e_(t,_))},o.wbg.__wbg_newwithbyteoffsetandlength_d97e637ebe145a9a=function(t,_,r){return new Uint8Array(t,_>>>0,r>>>0)},o.wbg.__wbg_newwithlength_a381634e90c276d4=function(t){return new Uint8Array(t>>>0)},o.wbg.__wbg_node_02999533c4ea02e3=function(t){return t.node},o.wbg.__wbg_process_5c1d670bc53614b8=function(t){return t.process},o.wbg.__wbg_randomFillSync_ab2cfe79ebbf2740=function(){return u_(function(t,_){t.randomFillSync(_)},arguments)},o.wbg.__wbg_require_79b1e9274cde3c87=function(){return u_(function(){return module.require},arguments)},o.wbg.__wbg_set_65595bdd868b3009=function(t,_,r){t.set(_,r>>>0)},o.wbg.__wbg_stack_0ed75d68575b0f3c=function(t,_){const r=_.stack,s=ir(r,e.__wbindgen_malloc,e.__wbindgen_realloc),n=a;z().setInt32(t+4*1,n,!0),z().setInt32(t+4*0,s,!0)},o.wbg.__wbg_startWorkers_2ca11761e08ff5d5=function(t,_,r){return Xn(t,_,sr.__wrap(r))},o.wbg.__wbg_static_accessor_GLOBAL_88a902d13a557d07=function(){const t=typeof hr>"u"?null:hr;return r_(t)?0:Xe(t)},o.wbg.__wbg_static_accessor_GLOBAL_THIS_56578be7e9f832b0=function(){const t=typeof globalThis>"u"?null:globalThis;return r_(t)?0:Xe(t)},o.wbg.__wbg_static_accessor_SELF_37c5d418e4bf5819=function(){const t=typeof self>"u"?null:self;return r_(t)?0:Xe(t)},o.wbg.__wbg_static_accessor_WINDOW_5de37043a91a9c40=function(){const t=typeof window>"u"?null:window;return r_(t)?0:Xe(t)},o.wbg.__wbg_subarray_aa9065fa9dc5df96=function(t,_,r){return t.subarray(_>>>0,r>>>0)},o.wbg.__wbg_toString_2f76f493957b63da=function(t,_,r){const s=_.toString(r),n=ir(s,e.__wbindgen_malloc,e.__wbindgen_realloc),l=a;z().setInt32(t+4*1,l,!0),z().setInt32(t+4*0,n,!0)},o.wbg.__wbg_toString_c813bbd34d063839=function(t){return t.toString()},o.wbg.__wbg_versions_c71aa1626a93e0a1=function(t){return t.versions},o.wbg.__wbindgen_bigint_from_i128=function(t,_){return t<<BigInt(64)|BigInt.asUintN(64,_)},o.wbg.__wbindgen_bigint_from_i64=function(t){return t},o.wbg.__wbindgen_bigint_from_u128=function(t,_){return BigInt.asUintN(64,t)<<BigInt(64)|BigInt.asUintN(64,_)},o.wbg.__wbindgen_bigint_from_u64=function(t){return BigInt.asUintN(64,t)},o.wbg.__wbindgen_bigint_get_as_i64=function(t,_){const r=_,s=typeof r=="bigint"?r:void 0;z().setBigInt64(t+8*1,r_(s)?BigInt(0):s,!0),z().setInt32(t+4*0,!r_(s),!0)},o.wbg.__wbindgen_bit_and=function(t,_){return t&_},o.wbg.__wbindgen_bit_or=function(t,_){return t|_},o.wbg.__wbindgen_debug_string=function(t,_){const r=nr(_),s=ir(r,e.__wbindgen_malloc,e.__wbindgen_realloc),n=a;z().setInt32(t+4*1,n,!0),z().setInt32(t+4*0,s,!0)},o.wbg.__wbindgen_error_new=function(t,_){return new Error(e_(t,_))},o.wbg.__wbindgen_init_externref_table=function(){const t=e.__wbindgen_export_2,_=t.grow(4);t.set(0,void 0),t.set(_+0,void 0),t.set(_+1,null),t.set(_+2,!0),t.set(_+3,!1)},o.wbg.__wbindgen_is_function=function(t){return typeof t=="function"},o.wbg.__wbindgen_is_object=function(t){const _=t;return typeof _=="object"&&_!==null},o.wbg.__wbindgen_is_string=function(t){return typeof t=="string"},o.wbg.__wbindgen_is_undefined=function(t){return t===void 0},o.wbg.__wbindgen_jsval_eq=function(t,_){return t===_},o.wbg.__wbindgen_lt=function(t,_){return t<_},o.wbg.__wbindgen_memory=function(){return e.memory},o.wbg.__wbindgen_module=function(){return ar.__wbindgen_wasm_module},o.wbg.__wbindgen_neg=function(t){return-t},o.wbg.__wbindgen_number_new=function(t){return t},o.wbg.__wbindgen_shl=function(t,_){return t<<_},o.wbg.__wbindgen_shr=function(t,_){return t>>_},o.wbg.__wbindgen_string_get=function(t,_){const r=_,s=typeof r=="string"?r:void 0;var n=r_(s)?0:ir(s,e.__wbindgen_malloc,e.__wbindgen_realloc),l=a;z().setInt32(t+4*1,l,!0),z().setInt32(t+4*0,n,!0)},o.wbg.__wbindgen_string_new=function(t,_){return e_(t,_)},o.wbg.__wbindgen_throw=function(t,_){throw new Error(e_(t,_))},o}function Jn(o,t){o.wbg.memory=t||new WebAssembly.Memory({initial:20,maximum:16384,shared:!0})}function Qn(o,t,_){if(e=o.exports,ar.__wbindgen_wasm_module=t,_r=null,tr=null,typeof _<"u"&&(typeof _!="number"||_===0||_%65536!==0))throw"invalid stack size";return e.__wbindgen_start(_),e}function Ro(o,t){if(e!==void 0)return e;let _;typeof o<"u"&&(Object.getPrototypeOf(o)===Object.prototype?{module:o,memory:t,thread_stack_size:_}=o:console.warn("using deprecated parameters for `initSync()`; pass a single object instead"));const r=Hn();Jn(r,t),o instanceof WebAssembly.Module||(o=new WebAssembly.Module(o));const s=new WebAssembly.Instance(o,r);return Qn(s,o,_)}async function ar(o,t){if(e!==void 0)return e;let _;typeof o<"u"&&(Object.getPrototypeOf(o)===Object.prototype?{module_or_path:o,memory:t,thread_stack_size:_}=o:console.warn("using deprecated parameters for the initialization function; pass a single object instead")),typeof o>"u"&&(o=new URL("/tfhe_bg.wasm",self.location.href));const r=Hn();(typeof o=="string"||typeof Request=="function"&&o instanceof Request||typeof URL=="function"&&o instanceof URL)&&(o=fetch(o)),Jn(r,t);const{instance:s,module:n}=await zo(await o,r);return Qn(s,n,_)}var mo=Object.freeze({__proto__:null,Boolean:bo,BooleanCiphertext:R,BooleanClientKey:d,BooleanCompressedCiphertext:i_,BooleanCompressedServerKey:A_,BooleanEncryptionKeyChoice:oo,BooleanNoiseDistribution:s_,BooleanParameterSet:co,BooleanParameters:n_,BooleanPublicKey:o_,CompactCiphertextList:c_,CompactCiphertextListBuilder:er,CompactCiphertextListExpander:S_,CompactPkeCrs:m,CompressedFheBool:y_,CompressedFheInt10:z_,CompressedFheInt1024:R_,CompressedFheInt104:m_,CompressedFheInt112:M_,CompressedFheInt12:P_,CompressedFheInt120:E_,CompressedFheInt128:G_,CompressedFheInt136:v_,CompressedFheInt14:C_,CompressedFheInt144:K_,CompressedFheInt152:B_,CompressedFheInt16:N_,CompressedFheInt160:V_,CompressedFheInt168:Y_,CompressedFheInt176:O_,CompressedFheInt184:j_,CompressedFheInt192:I_,CompressedFheInt2:k_,CompressedFheInt200:U_,CompressedFheInt2048:x_,CompressedFheInt208:F_,CompressedFheInt216:T_,CompressedFheInt224:W_,CompressedFheInt232:L_,CompressedFheInt24:D_,CompressedFheInt240:$_,CompressedFheInt248:Z_,CompressedFheInt256:q_,CompressedFheInt32:H_,CompressedFheInt4:J_,CompressedFheInt40:Q_,CompressedFheInt48:X_,CompressedFheInt512:te,CompressedFheInt56:_e,CompressedFheInt6:ee,CompressedFheInt64:re,CompressedFheInt72:ie,CompressedFheInt8:se,CompressedFheInt80:ne,CompressedFheInt88:oe,CompressedFheInt96:ce,CompressedFheUint10:ae,CompressedFheUint1024:we,CompressedFheUint104:pe,CompressedFheUint112:he,CompressedFheUint12:fe,CompressedFheUint120:ge,CompressedFheUint128:le,CompressedFheUint136:be,CompressedFheUint14:ue,CompressedFheUint144:de,CompressedFheUint152:Ae,CompressedFheUint16:Se,CompressedFheUint160:ye,CompressedFheUint168:ze,CompressedFheUint176:Re,CompressedFheUint184:me,CompressedFheUint192:Me,CompressedFheUint2:Pe,CompressedFheUint200:Ee,CompressedFheUint2048:Ge,CompressedFheUint208:ve,CompressedFheUint216:Ce,CompressedFheUint224:Ke,CompressedFheUint232:Be,CompressedFheUint24:Ne,CompressedFheUint240:Ve,CompressedFheUint248:Ye,CompressedFheUint256:Oe,CompressedFheUint32:je,CompressedFheUint4:Ie,CompressedFheUint40:ke,CompressedFheUint48:Ue,CompressedFheUint512:xe,CompressedFheUint56:Fe,CompressedFheUint6:Te,CompressedFheUint64:We,CompressedFheUint72:Le,CompressedFheUint8:De,CompressedFheUint80:$e,CompressedFheUint88:Ze,CompressedFheUint96:qe,FheBool:M,FheInt10:P,FheInt1024:E,FheInt104:G,FheInt112:v,FheInt12:C,FheInt120:K,FheInt128:B,FheInt136:N,FheInt14:V,FheInt144:Y,FheInt152:O,FheInt16:j,FheInt160:I,FheInt168:k,FheInt176:U,FheInt184:x,FheInt192:F,FheInt2:T,FheInt200:W,FheInt2048:L,FheInt208:D,FheInt216:$,FheInt224:Z,FheInt232:q,FheInt24:H,FheInt240:J,FheInt248:Q,FheInt256:X,FheInt32:tt,FheInt4:_t,FheInt40:et,FheInt48:rt,FheInt512:it,FheInt56:st,FheInt6:nt,FheInt64:ot,FheInt72:ct,FheInt8:at,FheInt80:wt,FheInt88:pt,FheInt96:ht,FheTypes:ao,FheUint10:ft,FheUint1024:gt,FheUint104:lt,FheUint112:bt,FheUint12:ut,FheUint120:dt,FheUint128:At,FheUint136:St,FheUint14:yt,FheUint144:zt,FheUint152:Rt,FheUint16:mt,FheUint160:Mt,FheUint168:Pt,FheUint176:Et,FheUint184:Gt,FheUint192:vt,FheUint2:Ct,FheUint200:Kt,FheUint2048:Bt,FheUint208:Nt,FheUint216:Vt,FheUint224:Yt,FheUint232:Ot,FheUint24:jt,FheUint240:It,FheUint248:kt,FheUint256:Ut,FheUint32:xt,FheUint4:Ft,FheUint40:Tt,FheUint48:Wt,FheUint512:Lt,FheUint56:Dt,FheUint6:$t,FheUint64:Zt,FheUint72:qt,FheUint8:Ht,FheUint80:Jt,FheUint88:Qt,FheUint96:Xt,ProvenCompactCiphertextList:He,Shortint:Ao,ShortintCiphertext:t_,ShortintClientKey:u,ShortintCompactPublicKeyEncryptionParameters:a_,ShortintCompactPublicKeyEncryptionParametersName:wo,ShortintCompressedCiphertext:w_,ShortintCompressedPublicKey:p_,ShortintCompressedServerKey:Je,ShortintEncryptionKeyChoice:po,ShortintNoiseDistribution:A,ShortintPBSOrder:ho,ShortintParameters:__,ShortintParametersName:fo,ShortintPublicKey:h_,TfheClientKey:h,TfheCompactPublicKey:S,TfheCompressedCompactPublicKey:f_,TfheCompressedPublicKey:g,TfheCompressedServerKey:Qe,TfheConfig:g_,TfheConfigBuilder:l_,TfhePublicKey:f,TfheServerKey:rr,ZkComputeLoad:go,default:ar,initSync:Ro,initThreadPool:so,init_panic_hook:ro,set_server_key:io,shortint_params_name:eo,shortint_pke_params_name:_o,tfhe:yo,wbg_rayon_PoolBuilder:sr,wbg_rayon_start_worker:no})})();