-
I'm trying to compile [k256](https://github.com/RustCrypto/elliptic-curves/tree/master/k256) for ATmega328, a popular 8-bit chip on arduino boards, but I'm getting:
```rust
error: this crate build…
-
Building on aarch64 Fedora 39.
```
$ cmake --build build -j $(nproc)
[1/18] cd /home/david/re/r1/magiskboot_build/src/Magisk/native/src/boot && /usr/bin/cmake -E...david/re/r1/magiskboot_build/bu…
-
![image](https://user-images.githubusercontent.com/13679401/182158889-d7c5c24d-20a3-4c1e-bc84-89af3f1eed6a.png)
Results from `sslscan`:
![image](https://user-images.githubusercontent.com/13679401/…
-
BIP-0340's validator criteria doesn't require `s` is non-zero. While it does require `R` isn't identity, meaning `s` will be only be 0 for non-trivial cases, finding a valid signature with an `s` of 0…
-
Hi, I am new to the miracl. When using this library, I meet some issues about the pairing operation. I first compile miracl follow the first.txt and I choose to bash linux64_cpp. However, when I test…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues for a bug report that matches the one I want to file, without success.
### Did you read the documentation and t…
-
**Describe the bug**
Let K be a number field (e.g. a cyclotomic field)
1. Primary decomposition does not terminate after 12 hours for a principal ideal (f) < K[x,y,t]
(but `factor(f)` terminates …
-
> Timing variability in `curve25519-dalek`'s `Scalar29::sub`/`Scalar52::sub`
| Details | |
| ------------------- | --------------------…
-
Hey! is it not possible to use gpu acceleration like kangaroo for BSGS ?
-
Hello, I'm new to writing Circom circuits and was wondering about the security status of this repository versus the [classic elgamal implementation repository](https://github.com/Shigoto-dev19/classic…