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

Add type hint in der encoder sequence method #147

Merged
merged 3 commits into from
Oct 30, 2021

Conversation

mishazharov
Copy link
Contributor

This commit adds a type hint for a Length that is being TryInto'd a
usize. I'm not sure what causes this failure, but this seems to be a
bandaid fix.

Closes #146

This commit adds a type hint for a `Length` that is being TryInto'd a
usize. I'm not sure what causes this failure, but this seems to be a
bandaid fix.
@tarcieri tarcieri merged commit 044cc80 into RustCrypto:master Oct 30, 2021
@mishazharov
Copy link
Contributor Author

Thanks for merging this PR and applying the fixes! Sorry, didn't get the chance to look at this yesterday. I tested that this also fixed the issue though

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

Successfully merging this pull request may close these issues.

der: Compilation error when combined with worker and rsa crate for WASM target
2 participants