|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## Version 0.6.1 (2025-02-09) |
| 4 | + - Updates `kotlincrypto.bitops` to `0.1.2` [[#104]][104] |
| 5 | + - Updates `kotlincrypto.core` to `0.6.1` |
| 6 | + - Use `Counter.Bit64` instead of `Counter.Bit32` for `SHA384`, `SHA512` and `SHA512t` [[#104]][104] |
| 7 | + - Implements new `Digest.digestInto` API for all implementations [[#108]][108] |
| 8 | + - Adds `dokka` documentation at `https://hash.kotlincrypto.org` [[#109]][109] |
| 9 | + |
3 | 10 | ## Version 0.6.0 (2025-01-15)
|
4 | 11 | - Adds `BLAKE2b` and `BLAKE2s` hashing.
|
5 | 12 | - Updates all implementations to conform to `KotlinCrypto.core` `0.6.0` modifications
|
|
15 | 22 |
|
16 | 23 | ## Version 0.5.6 (2024-12-28)
|
17 | 24 | - Updates `kotlincrypto.sponges` to `0.3.4` [[#74]][74]
|
18 |
| - - See [discussions-75][discussions-75] |
| 25 | + - See [ANNOUNCEMENT #75][75-discussion] |
19 | 26 |
|
20 | 27 | ## Version 0.5.5 (2024-12-20)
|
21 | 28 | - Updates `kotlincrypto.core` to `0.5.5`
|
|
27 | 34 | - Updates `kotlincrypto.sponges` to `0.3.2`
|
28 | 35 | - Adds benchmarking to repository [[#69]][69]
|
29 | 36 | - Benchmark comparisons using `core` and `sponges` performance
|
30 |
| - improvements can be viewed in [PR #70][70-comment] |
| 37 | + improvements can be viewed in [comment PR #70][70-comment] |
31 | 38 | - TL;DR huge gains for `sha3`
|
32 | 39 |
|
33 | 40 | ## Version 0.5.3 (2024-08-31)
|
|
75 | 82 | been removed from publication [[#50]][50]
|
76 | 83 | - `org.kotlincrypto.hash:sha2-256`
|
77 | 84 | - `org.kotlincrypto.hash:sha2-512`
|
78 |
| - - See the [ANNOUNCEMENT][discussion-3] for more information on `0.3.0` release |
| 85 | + - See the [ANNOUNCEMENT #3][3-discussion] for more information on `0.3.0` release |
79 | 86 |
|
80 | 87 | ## Version 0.2.7 (2023-06-09)
|
81 | 88 | - Updates `kotlincrypto.core` to `0.2.7`
|
|
120 | 127 | - Updates `kotlincrypto.core` to `0.2.0`
|
121 | 128 | - Updates the `Digest.compress` function with API change
|
122 | 129 | - Consumers of `hash` lib are not affected (internal changes only)
|
123 |
| - - See [[core #21]][core-21] for more info |
| 130 | + - See [[core PR #21]][21-core] for more info |
124 | 131 |
|
125 | 132 | ## Version 0.2.0 (2023-03-12)
|
126 | 133 | - Adds `SHA-224`
|
|
145 | 152 | ## Version 0.1.0 (2023-03-04)
|
146 | 153 | - Initial Release
|
147 | 154 |
|
148 |
| -[discussion-3]: https://github.com/orgs/KotlinCrypto/discussions/3 |
149 |
| -[core-21]: https://github.com/KotlinCrypto/core/pull/21 |
| 155 | +[3-discussion]: https://github.com/orgs/KotlinCrypto/discussions/3 |
| 156 | +[21-core]: https://github.com/KotlinCrypto/core/pull/21 |
150 | 157 | [29]: https://github.com/KotlinCrypto/hash/pull/29
|
151 | 158 | [31]: https://github.com/KotlinCrypto/hash/pull/31
|
152 | 159 | [38]: https://github.com/KotlinCrypto/hash/pull/38
|
|
162 | 169 | [70-comment]: https://github.com/KotlinCrypto/hash/pull/70#issuecomment-2554683182
|
163 | 170 | [71]: https://github.com/KotlinCrypto/hash/pull/71
|
164 | 171 | [74]: https://github.com/KotlinCrypto/hash/pull/74
|
165 |
| -[discussions-75]: https://github.com/KotlinCrypto/hash/discussions/75 |
| 172 | +[75-discussion]: https://github.com/KotlinCrypto/hash/discussions/75 |
| 173 | +[104]: https://github.com/KotlinCrypto/hash/pull/104 |
| 174 | +[108]: https://github.com/KotlinCrypto/hash/pull/108 |
| 175 | +[109]: https://github.com/KotlinCrypto/hash/pull/109 |
0 commit comments