On Tue, 8 Nov 2022 20:10:40 GMT, Weijun Wang <[email protected]> wrote:
>> Xue-Lei Andrew Fan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> use standard names
>
> test/micro/org/openjdk/bench/java/security/Signatures.java line 60:
>
>> 58:
>> 59: String signName = switch (curveName) {
>> 60: case "secp256r1" -> "Sha256WithECDSA";
>
> We usually write "SHA256withECDSA".
Yes, it makes sense to me. Thanks!
-------------
PR: https://git.openjdk.org/jdk/pull/11043