xmtp / xmtp-ios

XMTP client SDK for iOS applications written in Swift.
MIT License
34 stars 24 forks source link

Ability to export / load XMTP keys to store on secure enclave #30

Closed nmalzieu closed 1 year ago

nmalzieu commented 1 year ago

In the JS Xmtp Client, there is a way to export the XMTP private key to store in a secure enclave for instance (https://github.com/xmtp/xmtp-js#manually-handling-private-key-storage) Is there a way to do the same with the Swift XMTP Client currently? This part is missing from the doc

nakajima commented 1 year ago

I've opened a draft PR for this functionality here: https://github.com/xmtp/xmtp-ios/pull/33.