-
It's more of a question, but is the`EdDSA` algorithm (for signing JWT) supported?
It's written in the [lcobucci docs](https://lcobucci-jwt.readthedocs.io/en/latest/supported-algorithms/#asymmetric-…
-
We'll want to parse the EUDIW Reference Backend Issuer metadata located at in VC-K. It contains the JWS algorithms `EdDSA` and `none`, but those aren't implemented in signum.
Both values don't fit…
-
Hello,
When issuing a credential that has a `cnf.jwk` of an OKP key type and signing the Key Binding JWT with that key the verification of the presentation fails.
I tracked this to the fact that…
-
### 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 …
-
Please add support for the `EdDSA` signature algorithm. Its use with JWT is specified by [RFC 8037](https://www.rfc-editor.org/rfc/rfc8037.html) and it would be useful for cases where one already has …
-
As can be seen in reproduction scenario [marnix/eddsa-keyspec-bc-fips](https://github.com/marnix/eddsa-keyspec-bc-fips/tree/v1), when using bc-fips-2.0.0.jar **without the SunEC provider**, on Java 17…
-
WebKit's implementation of Ed25519, when using macOS's CryptoKit, produces randomized signatures (presumably as per [draft-irtf-cfrg-det-sigs-with-noise](https://datatracker.ietf.org/doc/draft-irtf-cf…
twiss updated
1 month ago
-
**Describe the bug**
No matter which key format I use, I cannot use EdDSA to decode JWTs.
**Error Stacks**
```
ValueError: ('Could not deserialize key data. The data may be in an incorrect f…
-
@davidben from Chromium has [expressed](https://issues.chromium.org/issues/42290573#comment4) that they don't want to add checks beyond the ones that are already there in their implementation of Ed255…
twiss updated
2 weeks ago
-
Currently, Noir only supports `ES256` for WebAuthn signatures, as it is one of the default algorithms (`ES256`, `RS256`) commonly supported by browsers. To utilize the `secp256r1` curve, Noir has intr…