-
## The issue: ##
I have a linear regression system working with basic security level tc128. I am trying to switch to tc192 to explore how latency will be affected. To briefly explain what the syste…
-
Hi all, can JIFF to multiparty encryption, i.e. encrypt a message with privKeyA && privKeyB, such that privKeyA || privKeyB can decrypt the message (and extrapolating out to _n_ encrypters/decrypters.…
-
默认代码,执行的时候报错,语法错误
2022-09-17 14:58:08.985 | INFO | __main__:get_js_code:59 - https://www.aqistudy.cn/js/encrypt_eIoA4UHJNN0k.min.js?v=1663397761
2022-09-17 14:58:09.137 | INFO | __main__:g…
-
Hello,
Thanks for your amazing work.
Juste wondering how (and if) it would be possible to implement async writers and readers to be used with tokio::fs::File .
For the time beeing it does not s…
-
Hi,
We are trying to install pyfhel v3.3.0, but we always get the same error message. Unfortunatly we have no idea what the issue might be. We were also able to replicate this issue on different PC…
-
Hi, I have tried the python DASH client and it is amazing. The example works in the beginning but the windows will freeze with some blurred block as the figure shows when the resolution is changed but…
-
I want to use an instance like context, publicKey, secretKey and etc. with another device that has own SEAL. but when I export instance to another device and use it with SEAL in each device it not wor…
-
Please support windows server 2016
-
### Description
### **When Encrypting then decrypting with RijndaelManaged characters are lost on the decryption.**
**Below is logic to duplicate this**
```csharp
var original = "some very s…
-
Hi All,
I'm trying to use this code example, in which it applies the matrix multiplication between ptxt matrxi and ctxt vector.
But when I set the dim>=1000 it's becoming too slow, I'm wondering If…