Skip to content

Update kotlincrypto.sponges to 0.3.4 #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 28, 2024
Merged

Conversation

05nelsonm
Copy link
Member

No description provided.

@05nelsonm 05nelsonm self-assigned this Dec 28, 2024
@05nelsonm
Copy link
Member Author

JVM Comparison to BouncyCastle

Before:

jvm summary:
Benchmark                              Mode  Cnt     Score     Error  Units
ParallelHash128Benchmark.digest        avgt    5  8276.018 ± 260.582  ns/op
SHA256Benchmark.digest                 avgt    5  1006.099 ±   5.091  ns/op
SHA256Benchmark_BouncyCastle.digest    avgt    5  1006.146 ±   6.529  ns/op
SHA3_256Benchmark.digest               avgt    5  2342.475 ±  16.136  ns/op
SHA3_256Benchmark_BouncyCastle.digest  avgt    5  1760.470 ±  13.499  ns/op
SHA512Benchmark.digest                 avgt    5  1304.485 ±  48.527  ns/op
SHA512Benchmark_BouncyCastle.digest    avgt    5  1529.600 ±  12.741  ns/op
SHA512_224Benchmark.digest             avgt    5  1297.787 ±  12.229  ns/op
SHAKE128Benchmark.digest               avgt    5  2509.222 ±  20.026  ns/op
SHAKE128Benchmark_BouncyCastle.digest  avgt    5  1798.191 ±   9.790  ns/op
TupleHash128Benchmark.digest           avgt    5  3447.046 ±  38.570  ns/op

Now:

jvm summary:
Benchmark                              Mode  Cnt     Score    Error  Units
ParallelHash128Benchmark.digest        avgt    5  5992.507 ± 32.408  ns/op
SHA256Benchmark.digest                 avgt    5   975.242 ± 16.204  ns/op
SHA256Benchmark_BouncyCastle.digest    avgt    5  1030.899 ± 58.221  ns/op
SHA3_256Benchmark.digest               avgt    5  1551.391 ± 34.081  ns/op
SHA3_256Benchmark_BouncyCastle.digest  avgt    5  1765.262 ± 54.539  ns/op
SHA512Benchmark.digest                 avgt    5  1319.055 ± 42.478  ns/op
SHA512Benchmark_BouncyCastle.digest    avgt    5  1540.515 ± 13.331  ns/op
SHA512_224Benchmark.digest             avgt    5  1302.137 ± 17.601  ns/op
SHAKE128Benchmark.digest               avgt    5  1681.427 ± 22.752  ns/op
SHAKE128Benchmark_BouncyCastle.digest  avgt    5  1784.064 ± 45.561  ns/op
TupleHash128Benchmark.digest           avgt    5  2472.811 ± 23.949  ns/op

@05nelsonm 05nelsonm changed the title Update kotlincrypto.sponges to 0.3.4 Update kotlincrypto.sponges to 0.3.4 Dec 28, 2024
@05nelsonm 05nelsonm merged commit 1aba220 into master Dec 28, 2024
23 checks passed
@05nelsonm 05nelsonm deleted the dependencies/bump branch December 28, 2024 18:17
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.

1 participant