We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d73d43 commit 51810f1Copy full SHA for 51810f1
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
### Features
6
7
+- removed `CoreCrypto.provideTransport()`, added `transport` parameter to `CoreCryptoContext.mlsInit()`
8
+
9
+ Instead of providing transport separately from session initialization it is now provided when initializing the MLS
10
+ session.
11
12
+ Affected platforms: android, ios, web
13
14
- renamed `CoreCrypto.reseedRng()` to `CoreCrypto.reseed()`
15
16
Affected platforms: web
0 commit comments