File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# benchmarks
2
2
3
- Benchmarks for tracking performance of ` hash ` implementations.
3
+ Benchmarks for tracking performance of ` MACs ` implementations.
4
4
5
5
** NOTE:** Benchmarking is run on every Pull Request. Results can be viewed for each
6
6
workflow run on the [ GitHub Actions] [ url-actions ] tab of the repository.
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ POM_DEVELOPER_ID=KotlinCrypto
30
30
POM_DEVELOPER_NAME =Kotlin Crypto
31
31
POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
32
32
33
- VERSION_NAME =0.6.0 -SNAPSHOT
33
+ VERSION_NAME =0.5.4 -SNAPSHOT
34
34
# 0.1.0-alpha01 = 00 01 00 11
35
35
# 0.1.0-beta01 = 00 01 00 21
36
36
# 0.1.0-rc01 = 00 01 00 31
37
37
# 0.1.0 = 00 01 00 99
38
38
# 1.1.0 = 01 01 00 99
39
- VERSION_CODE =00060099
39
+ VERSION_CODE =00050499
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ gradle-kmp-configuration = "0.3.2"
12
12
gradle-kotlin = " 1.9.24"
13
13
gradle-publish-maven = " 0.29.0"
14
14
15
- kotlincrypto-core = " 0.5.3 "
16
- kotlincrypto-hash = " 0.5.3 "
15
+ kotlincrypto-core = " 0.5.4 "
16
+ kotlincrypto-hash = " 0.5.4 "
17
17
kotlincrypto-endians = " 0.3.1"
18
- kotlincrypto-sponges = " 0.3.1 "
18
+ kotlincrypto-sponges = " 0.3.2 "
19
19
20
20
[libraries ]
21
21
gradle-kmp-configuration = { module = " io.matthewnelson:gradle-kmp-configuration-plugin" , version.ref = " gradle-kmp-configuration" }
You can’t perform that action at this time.
0 commit comments