UNPKG
@qelos/assets
Version:
latest (3.8.0)
3.8.0
3.7.4
3.7.3
manage assets like images and static files on remote servers
@qelos/assets
/
node_modules
/
@smithy
/
md5-js
/
dist-es
/
constants.js
4 lines
(3 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
export
const
BLOCK_SIZE =
64
;
export
const
DIGEST_LENGTH =
16
;
export
const
INIT = [
0x67452301
,
0xefcdab89
,
0x98badcfe
,
0x10325476
];