Skip to content
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

Adding size of maximum data that can be processed by a gadget. #63

Closed
satvikc opened this issue Oct 4, 2013 · 3 comments
Closed

Adding size of maximum data that can be processed by a gadget. #63

satvikc opened this issue Oct 4, 2013 · 3 comments
Labels

Comments

@satvikc
Copy link
Contributor

satvikc commented Oct 4, 2013

Needed for hash functions in RSA. Like maximum bytes that can be processed bu SHA1 = 2^61 - 1.

@piyush-kurur
Copy link
Member

On Thu, Oct 03, 2013 at 10:13:31PM -0700, satvikc wrote:

Needed for hash functions in RSA. Like maximum bytes that can be processed bu SHA1 = 2^61 - 1.

I remember that for sha1 the standard says that if the number of bits
is more than 2^64 - 1 then the padding is the length mod 2^64.

Regards

ppk

@satvikc
Copy link
Contributor Author

satvikc commented Oct 4, 2013

Also we need some abstraction for random number generation. I need a random Octet string in rsa. Should I use some package (if yes then which one)?

@piyush-kurur
Copy link
Member

I think I can close this issue. It is not something on which action has to be taken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants