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