On Tue, 8 Oct 2024 23:43:42 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> To prepare for new PQC algorithms like ML-KEM and ML-DSA where there are >> only named standardized parameter sets, a common framework is introduced. >> >> A example of EdDSA implementation using this framework is included as a test. > > Weijun Wang has updated the pull request incrementally with one additional > commit since the last revision: > > same spec change in NamedKEM Just pushed a new commit. Changed "Unknown parameter set name" to "Unsupported parameter set name". This is more likely to happen when something is instantiated with a parameter set but it is used with a key of a different parameter set. Here, it's still known but not supported. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21167#issuecomment-2402478440