Type Alias veilid_core::TypedKeyPair

source ·
pub type TypedKeyPair = CryptoTyped<KeyPair>;

Aliased Type§

struct TypedKeyPair {
    pub kind: FourCC,
    pub value: KeyPair,
}

Fields§

§kind: FourCC§value: KeyPair