-
so i get the following when `sh install.sh` on my raspberry pi:
```
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=…
-
PR #28 introduced an efficient constant-time scalar multiplication scheme, it is over 10% faster than naive double-and-add (with scratchspace of 16 curve point) even though it is constant-time
![imag…
-
The problem does not occur in the signing process itself.
This statement fails with an exception raised in checkerr():
```
checkerr( EVP_DigestSignInit( ctx, NULL, md, NULL, pkey ) );
```…
-
This was recently released: https://hackmd.io/@zkteam/goff
There might be improvements which we could port over. If not, it'd be useful to benchmark the algebra crate against goff.
https://githu…
-
➜ Example git:(master) ✗ pod install
Analyzing dependencies
Downloading dependencies
Installing DashSync (0.1.0)
Installing KVO-MVVM (0.5.1)
Installing bls-signatures-pod (0.2.9)
[!] /bin/bash…
-
Currently, choosing between BN256, BLS377, and BLS381 is a compile-time decision controlled by build constraints. If none of `bn256`, `bls377`, or `bls381` are provided as build tags, the library is c…
Nik-U updated
4 years ago
-
@armfazh points out that there's an inconsistency that we probably want to address in the "Rational maps from Montgomery to twisted Edwards curves" section: it talks about Montgomery and Long Weierstr…
-
```sh
...
subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '-j', '6']' returned non-zero exit status 2.
----------------------------------------
E…
-
### What version of Go are you using (`go version`)?
1.11
### What operating system and processor architecture are you using (`go env`)?
amd64
### What did you do?
Please consider the f…
-
Looking into montgomery.hpp there is a conditional substraction that depends on input secret data in all procedures:
https://github.com/niekbouman/ctbignum/blob/a532f24b3f7cb3c052fae3a02807bb0b6406…