I have a problem interacting with web3swift. I need to show mnemonics to my users when they want it. Is there a way to do it? I did a little research and found out that in trust wallet this could be done just with code:
String(data: decryptedPK, encoding: .utf8)
However, in web3swift even the length in bytes of decryptedPK is different(82 in web3swift, 73 in Trust).