UNPKG

@starryn/crypto

Version:

basic crypto base on openssl 3.3.2

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