1
2
3
4
pub struct RSAKeyPairResult {
    pub private_key: String,
    pub public_key: String,
}