UNPKG

@starryn/crypto

Version:

basic crypto base on openssl 3.3.2

6 lines (5 loc) 183 B
import type { SM2Wasm } from '../wasm'; import { RsaBase } from './rsa-base'; export declare class SM2 extends RsaBase<SM2Wasm> { protected ensureContextAsync(): Promise<void>; }