File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
## Version 0.6.1 (2025-02-09)
4
4
- Adds ` Digest.digestInto ` API for populating an existing ` ByteArray ` with output [[ #108 ]] [ 108 ]
5
5
- Adds ` Mac.doFinalInto ` API for populating an existing ` ByteArray ` with output [[ #109 ]] [ 109 ]
6
- - Adds ` Mac.Engine.resetOnDoFinal ` constructor argument for providing implementations the ability
6
+ - Adds ` Mac.Engine.resetOnDoFinal ` constructor argument for providing implementations the ability
7
7
to disable automatic ` Engine.reset ` call when ` doFinal ` or ` doFinalInto ` gets executed [[ #111 ]] [ 111 ]
8
8
- Mitigates double resets when implementation is backed by a ` Digest ` .
9
- - Adds ` dokka ` documentation at ` https://core.kotlincrypto.org `
9
+ - Adds ` dokka ` documentation at ` https://core.kotlincrypto.org ` [[ # 116 ]] [ 116 ]
10
10
- Adds API dependency ` org.kotlincrypto.error:error ` to module ` core ` [[ #118 ]] [ 118 ]
11
11
12
12
## Version 0.6.0 (2025-01-15)
184
184
[ 108 ] : https://github.com/KotlinCrypto/core/pull/108
185
185
[ 109 ] : https://github.com/KotlinCrypto/core/pull/109
186
186
[ 111 ] : https://github.com/KotlinCrypto/core/pull/111
187
+ [ 116 ] : https://github.com/KotlinCrypto/core/pull/116
187
188
[ 118 ] : https://github.com/KotlinCrypto/core/pull/118
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.1
33
+ VERSION_NAME =0.7.0-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 =00060111
39
+ VERSION_CODE =00070011
You can’t perform that action at this time.
0 commit comments