Struct biscuit_auth::KeyPair
source ·
[−]pub struct KeyPair {
pub kp: Keypair,
}Expand description
pair of cryptographic keys used to sign a token’s block
Fields
kp: Keypairpub struct KeyPair {
pub kp: Keypair,
}pair of cryptographic keys used to sign a token’s block
kp: Keypair