-
I am getting this error:
`Unsupported elliptic curve point type`
My eph_key does not start with "0x02, 0x03, 0x04" it starts with: "b'\x01". Any idea what is causing this? I am using macless-hay…
-
I was notified that the documentation for elliptic curves is missing/hard to find in Oscar.
There seems to be at least a little something in Hecke. Could we add that to our docs?
@JHanselman @fiek…
-
This is a tracking issue for additional elliptic curves we could potentially implement.
Note that we are presently focusing on short Weierstrass curves which can be implemented using the `primeorde…
-
See https://github.com/paulmillr/noble-curves/blob/main/src/secp256k1.ts, for example.
-
```
Last 15 lines from /Users/xxxxxxx/Library/Logs/Homebrew/openssl@1.0/03.make:
8495910892:error:100B906B:elliptic curve routines:EC_POINT_set_affine_coordinates_GF2m:point is not on curve:ec_lib.c…
-
### What would you like to Propose?
I would like to propose adding an implementation of the Elliptic Curve Cryptography (ECC) algorithm to the ciphers section of the repository. Elliptic Curve Crypto…
-
### Botan 3.5.0
In this release pcurves is really just used for hash to curve
* [x] Initial pcurves (point arithmetic, fixed curve params) - that's #3979
* [x] Deprecate all the functionality tha…
-
Hello,
I'm not sure if this is something I misunderstand or some other issue, but when I export a PEM of p256 to a file, `openssl` is not able to recognize the file when loading with:
```
openssl…
-
This renders incorrectly:
```svg
```
I've tracked it down to this section: `a8377.55 8377.55 0 0 0 27.813 5.19 356.66 356.66 0 0 0 16.375-47.47c.83-3.095 1.602-6.19 2.344-9.28`, which ca…
-
I work on a project using `k256 = 0.13.4` with `features = ["arithmetic", "hash2curve", "schnorr", "serde"]` and `default-features = false`. The project fails to build with the following error:
```…