Re: [blink-dev] Intent to Ship: X25519 algorithm of the Web Cryptography API

2024-11-25 Thread 'Daniel Huigens' via blink-dev
Hi Domenic (and Javier), On Monday, November 25 2024 at 05:57:23 UTC+1, Domenic Denicola wrote: *Web developers*: No signals Why are we shipping this if no web developers are interested in using it? There are positive signals from web developers here: https://github.com/w3c/webcrypto/issues/

Re: [blink-dev] Intent to Ship: Ed25519 in Web Cryptography

2025-05-22 Thread 'Daniel Huigens' via blink-dev
Hi Tom, Bit late to the party, but I wanted to mention that even in the transition to PQC, Ed25519 is still relevant, in hybrid/composite constructions; the idea being that you sign and verify with both algorithms, so that an attacker would need to break both of them. For example, see draft-iet