Skip to content

Conversation

@RSam25
Copy link

@RSam25 RSam25 commented Jan 9, 2026

image

JFR Profiling on validator shows CPU use share down from 14.6% to 0.01%

private static final Logger LOGGER = LoggerFactory.getLogger(CryptoProviderService.class);

// ECDH provider selection: tries ACCP first, falls back to default (SunEC)
private static final String ECDH_PROVIDER_NAME = initEcdhProvider();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just call initEcdhProvider in createKeyAgreement

@vishalegbert-ttd
Copy link
Contributor

I'm guessing we will use ACCP for other encryption functions in future MRs? or does this automatically optimise the other encryption functions as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants