On Tue, 2 May 2023 20:45:38 GMT, Weijun Wang <wei...@openjdk.org> wrote:

>> Ferenc Rakoczi has refreshed the contents of this pull request, and previous 
>> commits have been removed. The incremental views will show differences 
>> compared to the previous content of the PR. The pull request contains one 
>> new commit since the last revision:
>> 
>>   addressing more review comments
>
> src/java.base/share/classes/sun/security/provider/HSS.java line 91:
> 
>> 89:             return result;
>> 90:         } catch (Exception e) {
>> 91:             messageStream.reset();
> 
> You can put this line in a `finally` block.

OK.

> src/java.base/share/classes/sun/security/provider/HSS.java line 585:
> 
>> 583:                     params = new LMOTSParams(lmotsType, 32, 8, 0, 34, 
>> "SHA-256");
>> 584:                     break;
>> 585:                 case LMSUtils.LMOTS_SHA256_N24_W1:
> 
> Since you commented out the LMS constants for SHA-256/192. Do you want to do 
> the same here?

Oops...

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13691#discussion_r1183066920
PR Review Comment: https://git.openjdk.org/jdk/pull/13691#discussion_r1183067244

Reply via email to