RFR: 8340327: A common framework to support public key algorithms with standard parameter sets [v12]
Weijun Wang
weijun at openjdk.org
Wed Oct 9 14:20:26 UTC 2024
On Tue, 8 Oct 2024 23:43:42 GMT, Weijun Wang <weijun at 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
More information about the security-dev
mailing list