Details
-
Type:
Enhancement
-
Status: Closed
-
Priority:
P3
-
Resolution: Not an Issue
-
Affects Version/s: None
-
Fix Version/s: 20
-
Component/s: security-libs
-
Labels:None
-
Subcomponent:
Description
ChaCha20 uses CipherCore for it's byte[] and ByteBuffer operations. CipherCore does too much copying of data that it slows down performance. Similar to what was done with AES/GCM, ChaCha20 and Poly1305 should operate on input & output data directly to avoid these slowdowns
Attachments
Issue Links
- relates to
-
JDK-8255557 Decouple GCM from CipherCore
-
- Resolved
-