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

Make RSA signature verification work without using the heap #102

Open
briansmith opened this issue Feb 4, 2016 · 1 comment
Open

Make RSA signature verification work without using the heap #102

briansmith opened this issue Feb 4, 2016 · 1 comment

Comments

@briansmith
Copy link
Owner

Right now, RSA signature verification allocates memory using the heap. I believe it is possible to implement it without touching the heap. Signing, encryption, and decryption may be more difficult. Once RSA signature verification avoids the heap, it should be enabled enabled even when the use_heap feature is not enabled.

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

No branches or pull requests

1 participant