EcdhKeyDeriveParams

Type Alias EcdhKeyDeriveParams 

Source
pub(crate) type EcdhKeyDeriveParams = EcdhKeyDeriveParams<DomTypeHolder>;

Aliased Type§

pub(crate) struct EcdhKeyDeriveParams {
    pub parent: Algorithm,
    pub public: Root<Dom<CryptoKey>>,
}

Fields§

§parent: Algorithm§public: Root<Dom<CryptoKey>>