Struct proj_billing::billing::Keys [] [src]

pub struct Keys {
    pub my_sk: SecretKey,
    pub their_pk: PublicKey,
}

Cryptographic Keys

Fields

Secret key and public key

Public Key