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

noise-rust-crypto: disable default features on chacha20poly1305 #58

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

benma
Copy link
Contributor

@benma benma commented Nov 13, 2023

This dep switched its default features in
RustCrypto/AEADs@d6f510e, enabling getrandom, which is not compatible with all targets. This crate does not rely on it.

This dep switched its default features in
RustCrypto/AEADs@d6f510e,
enabling `getrandom`, which is not compatible with all targets. This
crate does not rely on it.
@benma
Copy link
Contributor Author

benma commented Nov 13, 2023

I'd appreciate a speedy merge & new release. This is blocking me from updating the noise-rust-crypto dep to 0.6.1 in my project. Thanks!

cc @yinguanhao

@blckngm blckngm merged commit 9276c26 into blckngm:master Nov 14, 2023
1 check passed
@benma benma deleted the chacha-no-default branch November 14, 2023 01:47
@blckngm
Copy link
Owner

blckngm commented Nov 14, 2023

Released 0.6.2.

@benma
Copy link
Contributor Author

benma commented Nov 14, 2023

Thanks a ton! Very nice.

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.

2 participants