-
```bash
goaccess access.log --log-format=CADDY \
--addr=0.0.0.0 \
--pid-file=.pid \
--port=5521 \
--ssl-cert=/etc/letsencrypt/live/_ecc/cert.pem \
--ssl-key=/etc/letsencrypt/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When creating two keys with the following command:
```
awslocal kms create-key --key…
-
Hope to add support for ECC accounts and certificates.
Creating an account does not rely on files.
-
```
root [ /workspace/build ]# ./crypto_test
[doctest] doctest version is "2.4.11"
[doctest] run with "--help" for options
[ERROR] error:41080106:SCOSSL::passed invalid argument:Decoded content length…
-
I noticed we have `sinsemilla` hash function code in Zebra: https://github.com/ZcashFoundation/zebra/blob/main/zebra-chain/src/orchard/sinsemilla.rs and just 1 call to `sinsemilla_hash()` from one pla…
-
It’s perfectly possible to use Nigel’s Smart algorithm for anomalous curves over extension fields. The problem is I failed to understand [this paper](https://fse.studenttheses.ub.rug.nl/22792/1/bMATH_…
-
The PHPECC project has been abandoned for years, despite numerous attempts to fix security issues in the code. [Paragon Initiative Enterprises](https://paragonie.com) has opted to fork PHPECC in order…
-
According to the paper, the uncertainty metrics of degree_u and ecc_u are non-negative. But I ran llama2 on the triviaqa dataset, whose results include negative degree_u and ecc_u. Did I make some co…
-
ECC module now contains support for ECDH key exchange. It makes more sense to rename ecdsa/dsa to ecc to keep it consistent with the behavior of the crypto block
-
halo2-ecc/src/ecc/mod.rs helper `ec_double` helper only work for secp256k1 , not work for p256, need to be updated as following:
if current point is P (x, y)
then
lambda = (3* x ^2 + a) / 2y (m…