ENG-6654 : Migrate getUserPublicKey to shared worker
Continuing the unification effort between web and native APIs this diff adds getUserPublicKey to the OlmAPI. It will be used in the later diffs.
Depends on D11339
Differential D11340
[web/native] Add getUserPublicKey to olmAPI michal on Mar 15 2024, 10:33 AM. Authored by Tags None Referenced Files
Subscribers
Details
ENG-6654 : Migrate getUserPublicKey to shared worker Continuing the unification effort between web and native APIs this diff adds getUserPublicKey to the OlmAPI. It will be used in the later diffs. Depends on D11339 Run this function on native. Pickled the crypto account from native and unpickled it on web. Run this function on web. Checked that the returned value on web is identical to the one from native.
Diff Detail
|