Skip to content

Commit

Permalink
release update
Browse files Browse the repository at this point in the history
  • Loading branch information
PuspenduBanerjee committed Sep 19, 2021
1 parent 3a7f3fc commit aee01f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Input plaintext has maximum length restrictions based upon the chosen radix (2 *
* radix 36: 36
* radix 64: 32

To work around string length, its possible to encode longer text in chunks.
To work around string length, its possible to encode longer text in chunks before and after encryption.
As transparent chunking feature has been added, such pre-processing for chunking is not required, but a developer can achieve greater control on chunk-size.

As with any cryptographic package, managing and protecting the key(s) is crucial. The tweak is generally not kept secret.
This package does not protect the key in memory.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.2
0.10.3

0 comments on commit aee01f7

Please sign in to comment.