UNPKG

@starryn/crypto

Version:

basic crypto base on openssl 3.3.2

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