-
Some good stuff here...
Section 4.1, 7.1: "an E2EE layer over an underlying HBH-encrypted transport".
It would be clearer to say "an E2EE layer inside a HBH-encrypted transport".
Obviously the…
-
Apologies if library issues should be filed differently, I suspect I'm just missing something (still pretty new to rust) and there's no actual bug though so this seemed more appropriate than a bug rep…
-
目前可从公钥构造destinationhekit,得到evaluator、encryptor,但在仅有sk场景下(实际使用中只会对sk/pk进行序列化,不会对hekit做序列化),无法构造hekit对密文进行解密;
可类似地提供如下接口:
```
setup(public_key: heu.heu.phe.SecretKey) -> heu.heu.phe.xxxHeKit
# Setup…
-
Spell check scanning of package at `sdk/eventhub/azure-eventhub-checkpointstoreblob-aio` detected spelling errors in the source code and related files. This directory is opted out of PR spell checking…
-
First i would like to express my thanks for this awesome degiro-api. I'm new to using this package, so please forgive me if I ask a stupid question. Do you use an encryptor-decryptor for user name and…
-
We want to have control over the memory consumption of DEKs and make efficient usage of the DEKs we do generate. If we can encrypt the data using fewer DEKs then there will be less key material to ret…
-
As per this PR #24, Encryptor, Decryptor, etc are all interfaces. While this design has some merits, I feel like they are better off as structs.
1. Most interfaces contains large amount of methods…
-
Hello,
I have some issues with the newest chef-client and I believe this is the correct place for this bug report.
The issue seems to be fairly difficult to reproduce.
The device in question is run…
-
All operations of SEAL support handling the case where dest_size != 3. However, I encountered a problem when performing relinearization. The specific code is shown below:
void test() {
Encrypti…
-
### What version of Lattigo are you using?
dev_release_v4.2.0 (commit hash : d2f8555f40307b08217bc62bab617d46fa9b0173)
### Does this issue persist with the latest release?
Yes
### What were yo…