-
-
We are using the Domain as a context String for ML-DSA,
We can't use the Domain as the context for RSA or ECDSA as they algorithms don't take a context string.
However, ED448 and X25519 do use a…
-
## Description
There is an implementation of EdDSA with Poseidon and BabyJubjub in TS/JS: https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/eddsa-poseidon.
There is no Ed…
-
### Proposed change
The `net.i2p.crypto:eddsa` used in the `jnats` has not been updated for five years.
Maybe the library will need to be switched to a different one or replaced with custom code?
#…
-
Mesur.io is implementing Verifiable Credentials Data Model 2.0 and would like to include our implementation of the spec in the test suite, however we have no plans to implement VC-API or DI EdDSA.
…
-
`arm_cortex-a9_vfpv3-d16` `mips_24kc` `mipsel_24kc`
https://github.com/openwrt/packages/actions/runs/12027875534?pr=25449
```text
--2024-11-26 09:45:17-- https://downloads.openwrt.org/snapshot…
-
Currently the crypto appendix as table as follow:
| Symmetric Key Algorithms | Reference | L1 | L2 | L3 |
|--|--|--|--|--|
| AES-256 | [FIPS 197](https://csrc.nist.gov/pubs/fips/197/final) | | ✓ …
-
Has some great properties, like being deterministic, why you might choose it over the ECDSA family.
https://www.rfc-editor.org/rfc/rfc8037
-
Today:
EdDSA signed JWTs
Future:
The goal is for this list: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/src/System.IdentityModel.Tokens.Jwt/JwtSe…
-
Currently is possible to derivate a user-password to a AES key, using the PBKDF2. However, it's not possible to create a ECDSA key.
I think it's possible to take the PBKDF2 result and create the EC…