UNPKG

@starryn/crypto

Version:

basic crypto base on openssl 3.3.2

7 lines (6 loc) 214 B
import type { Sha384Wasm } from '../wasm'; import { Md } from './md'; export declare class Sha384 extends Md<Sha384Wasm> { protected static getMd(): Sha384; protected ensureContextAsync(): Promise<void>; }