Interface EcdhKeyDeriveParams

    interface EcdhKeyDeriveParams {
        name: string;
        public: CryptoKey;
    }
    Hierarchy

    Properties

    Properties

    name: string
    public: CryptoKey