Skip to content

Commit 9329512

Browse files
committed
Merge branch 'release/v3.0.0'
# Conflicts: # package.json
2 parents 9014635 + e4d3610 commit 9329512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async function asyncDecrypt(cipher, key, iv) {
142142

143143
- `encrypt(text, key, iv, algorithm)`
144144
- `decrypt(base64, key, iv, algorithm)`
145-
- `pbkdf2(text, salt, cost, length)`
145+
- `pbkdf2(text, salt, cost, length, algorithm)`
146146
- `hmac256(cipher, key)`
147147
- `hmac512(cipher, key)`
148148
- `sha1(text)`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-aes-crypto",
3-
"version": "2.1.2",
3+
"version": "3.0.0",
44
"description": "AES crypto native module for react-native",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)