-
-
Hello,
I have been trying to do an average of a 1000 number array with CKKS (evaluator.Average). I am using ckks.NewParametersFromLiteral(ckks.PN14QP438) as my parameters, and have logBatch=0, batc…
-
Hi,
I encountered "undefined symbol: _ZTIN3Aws4Auth22AWSCredentialsProviderE
```
Error: loading failed
Execution halted
ERROR: loading failed" errors when trying to install arrow under R 4.1…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build *dino*
### Build log
https://gist.github.com/ayes-web/5ddfba641cb8831d097f55b3ebb00448
### Additional context
Add any other c…
-
Repro: Run the following program on current .NET 6 preview7 (preview.7.21362.5-win-x64)
Actual result: FAILED
Expected result: PASSED
```csharp
using System;
using System.IO;
using System.Se…
-
Since I want to use Your package in next project I will try to explain the issue the best I can right now.
Flow of data - sending between projects
![image](https://user-images.githubusercontent.…
-
**Describe the feature**
In SEAL, it is doable to generate rotation key with self-defined steps. This can make one-rotation time consume equals to relineralization. In Pyfhel, I don't find any API to…
-
I have LLVM-Clang on macOS
```
/usr/local/Cellar/llvm/16.0.6/bin/clang++ -v ─╯
Homebrew clang version 16.0.6
Target: x86_64-…
-
Hey guys,
I am trying to calculate the sqrt of a ciphertext of **real** numbers, but I am having some problems with the results not being consistent and or inaccurate. The truth is I am not that fa…
-
When I put many Encryption Algorithm to goroutines, I get the following error. So how to use multi-threading to Encrypt data without using a Mutex?
```go
plainSlice := make([]*ckks.Plaintext, 0)
ci…