UNPKG
@starryn/crypto
Version:
latest (1.0.0)
1.0.0
basic crypto base on openssl 3.3.2
@starryn/crypto
/
dist
/
md
/
sm3.d.ts
7 lines
(6 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
SM3Wasm
}
from
'../wasm'
;
import
{
Md
}
from
'./md'
;
export
declare
class
SM3
extends
Md
<
SM3Wasm
> {
protected
static
getMd
():
SM3
;
protected
ensureContextAsync
():
Promise
<
void
>; }