UNPKG
crypto-js-ohos
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
JavaScript library of crypto standards.
github.com/wshililei25/crypto-js
wshililei25/crypto-js
crypto-js-ohos
/
pad-nopadding.js
11 lines
(9 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * A noop padding strategy. */
CryptoJS.pad.NoPadding = { pad:
function
(
)
{ }, unpad:
function
(
)
{ } };