-
Hello,
There is a key error when decoding the encoded signature using the P521-curve.
```
'''
Generating Keys
'''
from fastecdsa import keys, curve, ecdsa
priv_key,pub_key = keys.ge…
-
When running SmartPGP on jcardsim, both import and key generation fail for NIST P-521.
I have explored and will outline why this happens, but I don't understand the codebases well enough to suggest…
hko-s updated
3 years ago
-
-
Hi @lestrrat, Thanks for this amazing jw* library.
I see that you have a signer interface already:
```
// Signer generates the signature for a given payload.
type Signer interface {
// Sign …
gbolo updated
2 years ago
-
Hello there! I am currently working on a network protocol (stack).
### Description
One of the protocols in the stack is placed on top of the WebSocket protocol ([rfc6455](https://datatracker.iet…
-
ECDH and ECDSA with P-521 is 60-90% slower in 3.0.0-beta1 and -beta2 than in 1.1.1k.
OpenSSL 1.1.1k:
```
$ openssl speed ecd{h,sa}p521
Doing 521 bits sign ecdsa's for 10s: 19344 521 bits ECDSA s…
-
Given this repo contains most work to bring OQS and QUIC-TLS together, would it be the right place to add a Dockerfile to allow for more easy parameterization and experimentation along the lines docum…
-
the KAT from **test_vectors.json** is failing for P-521 (for every configuration).
I implemented P-521 support (on swift) and the unit test (which is passing) with the following configuration (from …
-
Dear all,
I am trying to use this library EC module to perform ECDH with the [Arduino cryptographic library](https://rweather.github.io/arduinolibs/index.html).
Up until now, I am unsuccessful…
-
Hi,
Thanks for a great library. I'm trying to convert a bunch of JWKs to PEM. I've got the RSA and EC (P-256) ones working. But the following ones are failing.
const P384 = {
kty: …