pub type TypedSharedSecret = CryptoTyped<SharedSecret>;

Aliased Type§

struct TypedSharedSecret {
    pub kind: FourCC,
    pub value: CryptoKey,
}

Fields§

§kind: FourCC§value: CryptoKey