Weijun Wang
Weijun Wang
> > Is there a related bug on the intermittent failure? > > I have reportd the itermittent failure [JDK-8332433](https://bugs.openjdk.org/browse/JDK-8332433), and [JDK-8316138](https://bugs.openjdk.org/browse/JDK-8316138) is subtask of JDK-8332433 Sorry, I didn't notice...
Initially, I was unsure whether to support `mode_auth` and `mode_auth_psk` since our `KEM` API does not support authenticated encapsulation. However, after looking at HPKE implementations from other vendors -- such...
I've just added a new `HPKEParameterSpec::of` that only takes KDF and AEAD ids. The reason is that these 2 are really user-choosable and KEM id is usually determined by the...
We still have the 3-argument `of`. Also, for future PQ/T Hybrid KEMs, it looks like the trend is that a Hybrid algorithm will have its own `KeyPairGenerator` (so the user...
I’ve pushed a new commit that allows the sender to retrieve the actual algorithm identifiers used. These identifiers should typically be sent along with the key encapsulation message when establishing...
Could we classify it as "acceptable"? This test case is still useful as it allows an implementation to either support it or provide a specific error message, rather than failing...
Appendix D.3: in the final version of ML-DSA, all of the bits of 𝑐 ̃ are used in the generation of 𝑐 (Algorithm 29),...