- Adds module
crypto-rand
with newCryptoRand
implementation [#28] [#29] - Deprecates
SecureRandom
in favor ofCryptoRand
[#28]- NOTE: This will be the final release for the
org.kotlincrypto:secure-random
publication.
- NOTE: This will be the final release for the
- Adds
dokka
documentation athttps://random.kotlincrypto.org
[#28] - Adds benchmarking to repository [#26]
- Updates dependencies
- Kotlin
1.9.23
->1.9.24
- Kotlin
- Fixes multiplatform metadata manifest
unique_name
parameter for all source sets to be truly unique. [#19] - Updates jvm
.kotlin_module
with truly unique file name. [#19]
- Fix
js.nodejs
andwasmJs.nodejs
array type exception [#14] - Ensure
wasmWasi
temporary array is back-filled when copying bytes [#16]
- Updates dependencies
- Kotlin
1.9.21
->1.9.23
- Kotlin
- Fix
ClassCastException
forjs.nodejs
[#12] - Fix max size exception for
js.browser
[#12] - Add experimental support for
wasmJs
&wasmWasi
[#12] - Add support for Java9
JPMS
via Multi-Release jar #13
- Updates dependencies
- Kotlin
1.8.10
->1.9.21
- Kotlin
- Drops support for the following deprecated targets:
iosArm32
watchosX86
linuxArm32Hfp
linuxMips32
linuxMipsel32
mingwX86
wasm32
- Initial Release