-
Currently only ALT_BN128/BN128, MNT4-298/MNT6-298 and EDWARDS-80 elliptic curves are supported in libff. All of them have a lower security level than 128-bit. Is there any plans to support other curve…
-
Consider
```rust
impl SchnorrSignature
where
P: PublicKey,
K: SecretKey,
{...}
```
This is a nice, clean interface imo, but we implicitly assume that the `P` and `K` live on an ellip…
CjS77 updated
7 months ago
-
From dedis/onet#256: Would it be possible to add a function to get the cardinality of the elliptic curve that is used ?
-
https://github.com/AztecProtocol/aztec-packages/issues/8969 will require computing the `Point` that backs an `AztecAddress` from its x coordinate, but the x coordinate might not be in the curve in the…
-
Since we have ECDSA now, it would be fascinating to see a toy implementation of Diffie-Hellman and ECDH.
Resources:
- https://web.math.ucsb.edu/~kylehansen/Papers/Elliptic_Curve_Cryptography.pdf…
-
Allow creation of certificates and accounts (if supported?) using EC keys. Also allow the user to specify the curve.
(Pull requests welcome!)
veeti updated
7 years ago
-
@DragoMlakar SI's certificates signing algorithm use this elliptic curve `c2tnb191v1: X9.62 curve over a 191 bit binary field` according to ASN1 decoding. Are we supposed to support it or you are plan…
-
http://www.keylength.com/en/3/
Need to research if work factor in validation is less for ECDSA 256 key vs RSA 3248 key. Gmail uses this so should be safe for mass browser support also.
On the other …
-
Support for p521 curves for ECDSA and ECDH on all relevant operations. Ideally when its part of RustCrypto https://github.com/RustCrypto/elliptic-curves
-
Hi,
Would you be willing to consider supporting elliptic curve in the future? Or if not, would you consider a pull request to that effect?