Skip to content

Commit

Permalink
Fix sha3 performance issues on Jvm (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm authored Dec 20, 2024
1 parent 5b98b25 commit 7b96b66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ dependencies {

<!-- TAG_DEPENDENCIES -->
[badge-kotlin]: https://img.shields.io/badge/kotlin-1.9.24-blue.svg?logo=kotlin
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.5.4-blue.svg
[badge-core]: https://img.shields.io/badge/kotlincrypto.core-0.5.5-blue.svg
[badge-endians]: https://img.shields.io/badge/kotlincrypto.endians-0.3.1-blue.svg
[badge-sponges]: https://img.shields.io/badge/kotlincrypto.sponges-0.3.2-blue.svg
[badge-sponges]: https://img.shields.io/badge/kotlincrypto.sponges-0.3.3-blue.svg

<!-- TAG_PLATFORMS -->
[badge-platform-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ POM_DEVELOPER_ID=KotlinCrypto
POM_DEVELOPER_NAME=Kotlin Crypto
POM_DEVELOPER_URL=https://github.com/KotlinCrypto/

VERSION_NAME=0.6.0-SNAPSHOT
VERSION_NAME=0.5.5-SNAPSHOT
# 0.1.0-alpha01 = 00 01 00 11
# 0.1.0-beta01 = 00 01 00 21
# 0.1.0-rc01 = 00 01 00 31
# 0.1.0 = 00 01 00 99
# 1.1.0 = 01 01 00 99
VERSION_CODE=00060099
VERSION_CODE=00050599
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ gradle-kmp-configuration = "0.3.2"
gradle-kotlin = "1.9.24"
gradle-publish-maven = "0.29.0"

kotlincrypto-core = "0.5.4"
kotlincrypto-core = "0.5.5"
kotlincrypto-endians = "0.3.1"
kotlincrypto-sponges = "0.3.2"
kotlincrypto-sponges = "0.3.3"

[libraries]
gradle-kmp-configuration = { module = "io.matthewnelson:gradle-kmp-configuration-plugin", version.ref = "gradle-kmp-configuration" }
Expand Down

0 comments on commit 7b96b66

Please sign in to comment.