Skip to content

Add benchmark for RSA asymmetric cipher#1206

Merged
jasonkatonica merged 1 commit intoIBM:java17from
KostasTsiounis:rsa_benchmark_j17
Feb 24, 2026
Merged

Add benchmark for RSA asymmetric cipher#1206
jasonkatonica merged 1 commit intoIBM:java17from
KostasTsiounis:rsa_benchmark_j17

Conversation

@KostasTsiounis
Copy link
Member

A new benchmark to measure RSA ciphers with different paddings is added.

The CipherBase is split into two separate classes, namely AsymmetricCipherBase and SymmetricCipherBase to account for the differences.

Back-ported from: #1170

Signed-off-by: Kostas Tsiounis kostas.tsiounis@ibm.com

A new benchmark to measure RSA ciphers with different
paddings is added.

The CipherBase is split into two separate classes,
namely AsymmetricCipherBase and SymmetricCipherBase to
account for the differences.

Signed-off-by: Kostas Tsiounis <kostas.tsiounis@ibm.com>
Copy link
Collaborator

@taoliult taoliult left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@JinhangZhang JinhangZhang left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@jasonkatonica jasonkatonica left a comment

Choose a reason for hiding this comment

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

LGTM

@jasonkatonica jasonkatonica merged commit 914538b into IBM:java17 Feb 24, 2026
3 checks passed
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.

5 participants