Skip to content

Commit 7ffd39c

Browse files
authored
Update README.md
1 parent cad1176 commit 7ffd39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ async function asyncDecrypt(cipher, key, iv) {
140140

141141
### methods
142142

143-
- `encrypt(text, key, iv)`
144-
- `decrypt(base64, key, iv)`
143+
- `encrypt(text, key, iv, algorithm)`
144+
- `decrypt(base64, key, iv, algorithm)`
145145
- `pbkdf2(text, salt, cost, length)`
146146
- `hmac256(cipher, key)`
147147
- `hmac512(cipher, key)`

0 commit comments

Comments
 (0)