-
Hi, when I use Rescale() after Mul, the result is wrong. And it doesn't just happen occasionally.
Here is my code:
```
evaluator.MulRelin(result,encIn[i],rlk,result)
fmt.Println(math.Log2(result.…
-
Hey. I'm trying to add two 'vectors' :
```
const v1 = [0, 0, 1]
const v2 = [1, 0, 0]
```
which in ciphertext are `ciphertext1` and `ciphertext1`, respectively.
This is the code use to add…
-
I want to rotate the product vector of two ciphertext vectors, but I get an error and I don't know how I should try to solve it. It is correct when I rotate a ciphertext vector, but when this cipherte…
-
Here is my code:
```
(async () => {
// ES6 or CommonJS
// import { Seal } from 'node-seal'
// const { Seal } = require('node-seal')
// Using CommonJS for RunKit
const …
-
Hi, I am new here.
I am learning the use of DCKKS,but I got into trouble:
After Collective relinearization key generation to get rlk , use it in `evaluator.MulRelin(ciphertext, ciphertext, rlk, r…
-
Could you add new functions to `Encryptor`/`Decryptor` which convert themselves into their inner streams?
In Rust way, it could be `into_inner(self)`. But I would suggest to use this one:
```rus…
ghost updated
4 years ago
-
Just trying out ECIES:
```
#include
#include
#include
#include
int main()
{
try
{
Botan::AutoSeeded_RNG rng;
Botan::ECDH_PrivateKey private_key(rng, Botan::E…
-
I want to calculate the dot product of a vector, but find that the sum overflow becomes negative during the calculation. The maximum value is about 20,000.
But when I took this part alone for testing…
-
#### What is your current rclone version (output from `rclone version`)?
```
rclone v1.45
- os/arch: freebsd/amd64
- go version: go1.11.2
```
#### What problem are you are trying to solve?
…
tikki updated
4 years ago
-
```
C:/opscode/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.1.11-universal-mingw32/lib/chef/mixin/windows_env_helper.rb:46: [BUG] Segmentation fault
ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) …
tas50 updated
3 years ago