-
I obtain my ciphertext and save it to a string.
Now I want to construct the class Ciphertext that owns the ciphertext in the string.
Here is my code:
```c++
string str = "my ciphertext strin…
-
RecyclableMemoryStream is closed after GZip disposed but MemoryStream don't. Move line `return mso.ToArray();` inside using won't work because I receive not completed results (stream is not closed y…
-
Hi,
Taking the example from here https://github.com/morfix-io/node-seal/blob/main/FULL-EXAMPLE.md
I have changed the code so that instead of specifying the parameters I do:
```javascript
let…
-
**Description**
I had set up the Visual c++ on my computer but was still unable to install the Pyfhel library using `pip install Pyfhel`
**Code To Reproduce Error**
fatal error C1083: Cannot ope…
-
If I modify this line and set SEAL_SHARED_LIB from OFF to ON the compilation fails.
https://github.com/intel/he-toolkit/blob/8e9df68a7c7d73435c28016ae5086d928e089c80/he-samples/cmake/seal.cmake#L26…
-
### Problem description
On a newly cloned Velox repo, setup-macos.sh and make finished successfully. However, when using Clion to build velox_hive_connector_test, I got the following error:
```
…
-
**Description**
```
Collecting pyfhel
Using cached Pyfhel-3.4.1.tar.gz (1.0 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (py…
-
Hi, thanks for this wonderful project! I have a problem about the concept of threshold encryption shceme here. It seems that the MBFV(DBFV) scheme is a N-out-of-N threshold encryption scheme. By the c…
-
The following code shows a wrong decryption result when using the originally created Kyber private key but works when using a decoded variant of the supposedly same key.
(applies to Botan commit db…
-
Prompted by https://github.com/RustCrypto/signatures/issues/25#issuecomment-525248346 and my desire to get #18 and #26 merged :smile:
The main design difference compared to the current traits is th…
str4d updated
2 years ago