-
**Proposed feature**
Token-2022 adds the token-extension of confidential transfers. In order to increase or decrease the supply of a token in the confidential balance space the tokens have to be fi…
-
Here is a code snippet. whenever I execute it I get the above error
`const sjcl = require("sjcl");
var gkey1 = sjcl.ecc.elGamal.generateKeys(384, 10);
var alicekeys = gkey1.pub.kem(10);
var gkey…
-
你好,以下是我的测试代码:
#include
#include
#include
int main(int argc, char *argv[])
{
const static long kTestSize = 50;
const int kRandomScale = 80111111;
EC_ELGAMAL_CIPHERTEXT *ciphe…
-
构建环境:
docker centos:7.6.1810
gcc 4.8.5
```
gcc -Iinclude -m64 -Wa,--noexecstack -Wall -O3 -DDEBUG_UNUSED -DPEDANTIC -pedantic -Wno-long-long -Wall -Wextra -Wno-unused-parameter -Wno-missing-fi…
-
Setup is keybase go client on mac osx installed via homebrew.
```
air:~ andre$ keybase version
Client: 1.0.7-0
Service: 1.0.7-0
air:~ andre$ gpg --version
gpg (GnuPG/MacGPG2) 2.0.28
libgcrypt 1.6.3
…
-
Decryption time seems to be proportional to the plaintext size, this may cause timing side-channel leakage of the plaintext. Can we improve it?
For example, for decryption of the product, I tried 3…
-
Related: #62 , #57 , #46
For the current inefficient decryption, encryption hints(vG(v=1,2...)) could be added to the database.
-
Hi Team,
We are writing to report a potential security issue about the implementation of Elgamal Encryption in Cryptopp.
Specifically, we cloned Cryptopp-8.9 from [cryptopp.com](http://cryptopp…
-
1. [ElGamal.py](https://github.com/JJongyn/DID_DataTrade/blob/develop/ElGamal.py) : ElGamal scheme 추가
2. Trade 관련 함수 추가 (`genTrade`, `getTradeList`, `scanTrade`, `approveTrade`)
3. genInfo : inf…
-
An asymmetric encryption algorithm based on Diffie-Hellman key exchange. It is used in PGP and other cryptographic applications.
Add input and output field so that people can experiment