-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
BUG: sign DATA over 512 bytes doesn't work #154
Comments
is there a size limit for input data ? |
after some testing it looks like there is a threshold at 512 bytes:
|
embetrix
changed the title
sign an input file doesn't work
sign an input file ( size > 513 bytes) doesn't work
Apr 29, 2023
For the sake of comparison I checked sign/verification using Pycryptodome using plain keys:
there is no limit on the input file size (1MB here):
|
embetrix
changed the title
sign an input file ( size > 513 bytes) doesn't work
BUG : sign DATA over 513 bytes doesn't work
Apr 29, 2023
embetrix
changed the title
BUG : sign DATA over 513 bytes doesn't work
BUG: sign DATA over 513 bytes doesn't work
Apr 29, 2023
embetrix
changed the title
BUG: sign DATA over 513 bytes doesn't work
BUG: sign DATA over 512 bytes doesn't work
Apr 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following python script:
It throws me the following error:
The text was updated successfully, but these errors were encountered: