We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run example_test.go, and change the plaintext like:
msgStr := must have the precious 🎃 + strings.Repeat("abc", 1024*10*3)
msgStr :=
+ strings.Repeat("abc", 1024*10*3)
It will Encrypt error with "decryption using right attrs should have succeeded"
Is there a limitation on the length of the plaintext?
The text was updated successfully, but these errors were encountered:
I've identified the issue, and am preparing documentation for it. In short, message is length-prefixed stored with uint16 prefixes.
uint16
Sorry, something went wrong.
Are there any other considerations when using uint16? Will larger data types be used in the future?
armfazh
Successfully merging a pull request may close this issue.
Run example_test.go, and change the plaintext like:
msgStr :=
must have the precious 🎃+ strings.Repeat("abc", 1024*10*3)
It will Encrypt error with "decryption using right attrs should have succeeded"
Is there a limitation on the length of the plaintext?
The text was updated successfully, but these errors were encountered: