pub struct PrivateKey { raw_key: String, passphrase: String, } pub struct PublicKey { raw_key: String, fingerprint: String, }