JDK-8178478 : Better parallelize GCM
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: tbd_minor
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2017-04-11
  • Updated: 2021-09-13
  • Resolved: 2021-09-13
Related Reports
Duplicate :  
Relates :  
Description
Explore parallelizing the tag calculation and merging GCTR with CounterMode completely.  This may involve changing the existing CounterMode.implCrypt() intrinsic, or adding a new intrinsic that combines CounterMode and the tag calculation.