Skip to content

Commit

Permalink
Add support for shake128 and shake256 encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Dec 27, 2022
1 parent 3abca94 commit 1181a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ rsa: invalid public key, please make sure the public key is valid
* [javascript/crypto-js](https://github.com/brix/crypto-js)
* [nodejs/crypto](https://nodejs.org/api/crypto.html)
* [java/jasypt](https://github.com/jasypt/jasypt)
* [python/pycryptodome](https://github.com/Legrandin/pycryptodome)
* [python/pycrypto](https://github.com/pycrypto/pycrypto)

### 在线网站

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ rsa: invalid public key, please make sure the public key is valid
* [javascript/crypto-js](https://github.com/brix/crypto-js)
* [nodejs/crypto](https://nodejs.org/api/crypto.html)
* [java/jasypt](https://github.com/jasypt/jasypt)
* [python/pycryptodome](https://github.com/Legrandin/pycryptodome)
* [python/pycrypto](https://github.com/pycrypto/pycrypto)

### Online website

Expand Down

0 comments on commit 1181a91

Please sign in to comment.