PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@stablelib/sha384/lib

Просмотр файла: sha384.d.ts

/**
 * Package sha384 implements SHA-2-384 cryptographic hash function.
 */
import { SHA512 } from "@stablelib/sha512";
export declare const DIGEST_LENGTH = 48;
export declare const BLOCK_SIZE = 128;
/**
 * SHA2-384 cryptographic hash algorithm.
 *
 * SHA-384 is the same algorithm as SHA-512, but with
 * different initialization vectors and digest length.
 */
export declare class SHA384 extends SHA512 {
    readonly digestLength = 48;
    protected _initState(): void;
}
export declare function hash(data: Uint8Array): Uint8Array;

Выполнить команду


Для локальной разработки. Не используйте в интернете!