UNPKG
@starryn/crypto
Version:
latest (1.0.0)
1.0.0
basic crypto base on openssl 3.3.2
@starryn/crypto
/
dist
/
rsa
/
sm2.d.ts
6 lines
(5 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
SM2Wasm
}
from
'../wasm'
;
import
{
RsaBase
}
from
'./rsa-base'
;
export
declare
class
SM2
extends
RsaBase
<
SM2Wasm
> {
protected
ensureContextAsync
():
Promise
<
void
>; }