WebIDLpedia

EcdhKeyDeriveParams dictionary

Definition

Web Cryptography API defines EcdhKeyDeriveParams



dictionary EcdhKeyDeriveParams : Algorithm {
  required CryptoKey public;
};