-
Good afternoon,
I'm trying to take the MemoryStream that contains the content of a Ciphertext after using the .Save() method in the dotnet version of this library, and then saving it into a String. T…
-
微博内容精选
-
EncryptionParameters parms(scheme_type::bfv);
size_t poly_modulus_degree = 4096;
parms.set_poly_modulus_degree(poly_modulus_degree);
parms.set_coeff_modulus(CoeffModulus::BFVDefault…
-
### Description
A program running in .net48 will produce a different output compared to running in net6.
### Reproduction Steps
Program.cs:
```csharp
using System;
using System.IO;
using …
-
Ruby 2.7 has deprecated language features which will no longer be available in Ruby 3.0.
These warnings need to be documented and fixed in another ticket.
## Tasks
- [x] Run test suite with warning…
-
-
Hello,
The following code, used with a quite big file (300 Mo) :
- is very slow (in release mode) for decrypting (several seconds) whilst encrypting is like a second,
- for some reason, if the buff…
-
Hello,
I am using CKKS scheme in a distributed way, simulated in parallel through goroutines.
However, I have some problems when implementing a runnable program shown below, which computes `a1…
-
### Issue Type
Build/Install
### Modules Involved
SPU compiler, PIR
### Have you reproduced the bug with SPU HEAD?
Yes
### Installation Kind
source
### SPU Version
0.3.2b12
…
-
Discovered while attempting set 2, challenge 10 of the cryptopals.com challenges.
### Code
#### Cargo.toml
```toml
[package]
name = "set2"
version = "0.1.0"
edition = "2021"
# See …