We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c173ace commit d78584bCopy full SHA for d78584b
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