We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68830a commit ee39ea6Copy full SHA for ee39ea6
2 files changed
CHANGELOG.md
@@ -3,8 +3,9 @@
3
## 3.0
4
5
### NEXT
6
-* `kotlincrypto:secure-random:0.3.2` -> `kotlincrypto.random:crypto-rand:0.5.0`
7
- * This fixes key generation in WASM/JS
+* Dependency Updates:
+ * `kotlincrypto:secure-random:0.3.2` -> `kotlincrypto.random:crypto-rand:0.5.0`
8
+ * This fixes key generation in WASM/JS
9
* Add `SpecializedSymmetricEncryptionAlgorithm`
10
* This allows `randomKey()` etc to operate on COSE/JWE algorithms
11
* Clean up some function signatures:
gradle/libs.versions.toml
@@ -9,6 +9,7 @@ bignum = "0.3.10"
jose = "9.31"
kotlinpoet = "1.16.0"
runner = "1.5.2"
12
+kmmresult= "1.9.2"
13
kotlincryptoRandom = "0.5.0"
14
kmmresult= "1.9.2"
15
0 commit comments