Skip to content

Commit

Permalink
encrypt & decrypt can disable oaep hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbekhen committed Jul 20, 2022
1 parent ea2a63c commit 0e3c383
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 9 deletions.
244 changes: 242 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ryanbekhen/cryptkhen",
"version": "3.1.1",
"version": "3.2.0",
"description": "Simple security signature",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,6 +41,7 @@
"jest": "^28.1.3",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.7.4"
Expand Down
Loading

0 comments on commit 0e3c383

Please sign in to comment.