-
**systemd version the issue has been seen with**
> v248
**Used distribution**
> Arch
**Linux kernel version used** (`uname -a`)
> 5.11.11-arch1-1
**CPU architecture issue was seen on**
…
-
Hoping that I am missing something obvious. I actually want to use NIST-P192.
After running the following a couple of times (sometimes the key int is too large), I get the following results for the…
-
Consider the following script:
```
import hashlib
import random
import sys
from ecpy.curves import Curve
from ecpy.keys import ECPrivateKey, ECPublicKey
from ecpy.ecschnorr import ECSchnorr
…
-
There are some problems with the ecschnorr.py file in the PyPi package in version 0.10.0
-
**Describe the bug**
compile the gmssl
**Expected behavior**
compile successful
**Screenshots**
If applicable, add screenshots to help explain your problem.
In file included from test/buildt…
-
**Describe the bug**
`include/openssl/ecschnorr.h`文件中部分之定义了`#ifndef`,未曾使用`#endif`结束条件宏,导致7.4.1版本gcc出现问题
**Expected behavior**
编译通过
**Screenshots**
无需
**Environments**
- OS: [openSUSE Leap…
lddfg updated
5 years ago
-
**PROBLEM:** Signing of messages should always succeed unless the internal libraries throw an error or an exception. The current implementation however may do a return as soon as either: 1) `k` is inv…
-
**PROBLEM:** The current implementation to generate private key is to fill a 32-byte array with random bytes. This is incorrect as the private key should be smaller than the curve order `n < 2^256`. A…