-
Native multisig support.
Bouncycastle probably has support, SJCL too.
-
After trying to initialize ECDH with Ed25519 and compute a shared secret it returns the following error:
`AttributeError: 'PrivateKey' object has no attribute 'secret_multiplier'`
I believe it's…
-
**Bounty description**
Implement the Edwards-curve Digital Signature Algorithm (EdDSA) for ronkathon. EdDSA is a modern digital signature scheme, and this implementation should focus on the Edwards…
-
WDYT? Is this publication in scope?
```
@inproceedings{Loiseau_2018,
author = {Loiseau, Antoine and J. A. Fournier, Jacques},
booktitle = {Proceedings of the 15th International Joint Conference on e…
aewag updated
14 hours ago
-
### Description
- Type: Question
## Question
This is not a duplicate of #388. We would like to contribute a Ed25519/EdDSA implementation to mbedtls. However before we begin work I would like …
-
## Problem
It is not clear whether incomplete Twisted Edwards curves are allowed in arkworks or how to notify someone that they are using an incomplete twisted Edwards curve and their possible sec…
-
The following papers cover this:
* [A note on twists for pairing friendly curves](http://indigo.ie/~mscott/twists.pdf)
*https://crypto.stackexchange.com/questions/48236/pairing-on-fourq
* http…
-
The definition and the comment about `PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE` in `include/psa/crypto_sizes.h` apply to Weierstrass curves only: 0x04, x, y. This happens to work for Montgomery and Edwa…
-
### Problem Description
Follow-up to #2952 and #3090 where Doug did a great job refactoring of the EdDSA support.
But it turns out the 3.1 specs say the following about the edwards EC_POINT encodi…
-
I was wondering if anyone has an example of using this lib with GCP KMS?