On Mon, 17 May 2021 18:13:46 GMT, Anthony Scarpino <ascarp...@openjdk.org> wrote:
> Hi, > > I need a review of this rather large change to GCM. GCM will no longer use > CipherCore, and AESCrypt to handle it's buffers and other objects. It is > also a major code redesign limits the amount of data copies and make some > performance-based decisions. > > Thanks > > Tony This pull request has now been integrated. Changeset: c7c77fd3 Author: Anthony Scarpino <ascarp...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/c7c77fd32b1b1bc736ef3523456a2968447fc627 Stats: 2783 lines in 15 files changed: 1309 ins; 767 del; 707 mod 8255557: Decouple GCM from CipherCore Reviewed-by: valeriep ------------- PR: https://git.openjdk.java.net/jdk/pull/4072