@substrate-system/webcrypto-x3dh
    Preparing search index...

    Function deriveKeys

    • Derive an encryption key and a commitment hash using HKDF.

      Parameters

      Returns Promise<
          {
              commitment: Uint8Array<ArrayBuffer>;
              encKeyBytes: Uint8Array<ArrayBuffer>;
          },
      >