On Thu, 4 Feb 2021 15:20:02 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> cleanups for key generations > > src/java.base/share/classes/com/sun/crypto/provider/AESCrypt.java line 690: > >> 688: limit = ROUNDS*4; >> 689: >> 690: // store the expanded sub keys into 'sessionK' > > Update the comment with "erase the previous values in sessionK or other > similar wording. OK. ------------- PR: https://git.openjdk.java.net/jdk/pull/2070