-
Notifications
You must be signed in to change notification settings - Fork 25
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
Example fails #136
Comments
Adding "alloc" feature to example solved the issue, but example still should be updated |
Could you please explain, how does it relate to error? And how to avoid using alloc? |
I think we can probably remove that alloc feature, it doesn't really do any alloc if you enable it. It was previously added because there were RSA verification in webpki that required alloc. However, there is no signature verification at the moment for any type of key, so I think there is no need to treat RSA differently than the others. |
Yep, I could just call |
Hello, I was wondering: Are RSA signatures not common enough to warrant enabling the flag by default? |
The text was updated successfully, but these errors were encountered: