gpg-rs / gpgme

GPGme bindings for Rust
GNU Lesser General Public License v2.1
83 stars 13 forks source link

Public key generation #44

Open Digiyang opened 1 year ago

Digiyang commented 1 year ago

Hello, I'm trying to split a public PGP key with n identities into n public PGP keys with one identity each. It should be noted that all public PGP keys should share a common private key. I tried "create_key_with_flags" with the flag WANTPUB but I'm getting a new pair of keys for each user. Is there another way to achieve my goal ?