The platform adapter for crypto operations
Optionaloptions: { name?: string; email?: string; passphrase?: string }Key generation options
Optionalname?: stringThe name for the PGP key
Optionalemail?: stringThe email for the PGP key
Optionalpassphrase?: stringOptional passphrase to protect the private key
Promise resolving to public and private key pair
Generate a new PGP key pair with platform-appropriate configuration