You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: