UNPKG
@om-design/crypto
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.0
1.2.0
1.1.0
1.0.1
1.0.0
basic crypto base on openssl 3.3.1
@om-design/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
>; }