Closed bitcoinbrisbane closed 2 years ago
Hi @bitcoinbrisbane I just release a new version with some new functions, you can use this new one
const metadata1 = await OpenPGP.getPublicKeyMetadata(publicKey: string): Promise<PublicKeyMetadata>;
const metadata2 = await OpenPGP.getPrivateKeyMetadata(privateKey: string): Promise<PrivateKeyMetadata>;
see: https://www.npmjs.com/package/react-native-fast-openpgp/v/2.4.0
closing this, feel free to reopen if its needed
Be handy to have the finger print too on the Key Interface