@bicycle-codes/crypto-util
    Preparing search index...

    Function getSharedKey

    • Parameters

      • privateKey: CryptoKey
      • publicKey: CryptoKey
      • Optionalopts: Partial<
            {
                alg: "AES-CTR"
                | "AES-CBC"
                | "AES-GCM";
                iv: ArrayBuffer;
                length: SymmKeyLength;
            },
        >

      Returns Promise<CryptoKey>