Max

Results 46 comments of Max

I use this as replace, https://curlipie.vercel.app/

Yes, you can try it in [3.3.2](https://github.com/Huelse/SEAL-Python/tree/3.3.2) or add it by yourself, there are some differents between them.

It seems that still developing, I will try to implement it and keep watching!

SEAL 4.0.0 is supported about a month ago, and I add a new method called `to_string()` to enhance the pickle function now. We can do more tests about it, if...

I guess you have run out of the cipher space budget, which means you should set larger a `poly_modulus_degree` and `coeff_modulus`, and notice the ckks scheme will lose precision. recommend...

Seems to add an option and put the content in the `` tag will work.

Yes, there is no IntegerEncoder after the SEAL v4, you can use the CKKSEncoder or BatchEncoder, [examples](https://github.com/Huelse/SEAL-Python/tree/main/examples).

The [examples](https://github.com/microsoft/SEAL/tree/main/native/examples) and the [header files comments](https://github.com/microsoft/SEAL/tree/main/native/src/seal).

Sorry for reply late, you can read this example [5_ckks_basics](https://github.com/microsoft/SEAL/blob/main/native/examples/5_ckks_basics.cpp).