Skip to content

Commit

Permalink
Merge branch 'release/v3.0.0'
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
  • Loading branch information
tectiv3 committed Sep 7, 2023
2 parents 9014635 + e4d3610 commit 9329512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async function asyncDecrypt(cipher, key, iv) {

- `encrypt(text, key, iv, algorithm)`
- `decrypt(base64, key, iv, algorithm)`
- `pbkdf2(text, salt, cost, length)`
- `pbkdf2(text, salt, cost, length, algorithm)`
- `hmac256(cipher, key)`
- `hmac512(cipher, key)`
- `sha1(text)`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-aes-crypto",
"version": "2.1.2",
"version": "3.0.0",
"description": "AES crypto native module for react-native",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 9329512

Please sign in to comment.