Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/path-exists/../duplexify/./../@protobufjs/../cheerio/../negotiator/../long/../futoin-hkdf
الملفات الموجودة في هذا الـ Path:
.
..
LICENSE
README.md
futoin.json
hkdf.d.ts
hkdf.js
package.json
tls.d.ts
tls.js

مشاهدة ملف: tls.d.ts

declare function tls(
  ikm: Buffer | string,
  length: number,
  option?: tls.Options
): Buffer;

declare namespace tls {
  interface Options {
    salt?: Buffer | string;
    label?: string;
    context?: Buffer | string;
    hash?: string;
  }
  export function info(
    length: number,
    label: string,
    context?: Buffer | string,
  ): Buffer;
  export function expand_label(
    hash: string,
    hash_len: number,
    prk: Buffer | string,
    length: number,
    label: string,
    context?: Buffer | string,
  ): Buffer;
}

export = tls;