Skip to content

postgres-protocol: use RustCrypto md-5 crate #727

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

Merged
merged 1 commit into from
Jan 8, 2021

Conversation

benesch
Copy link
Contributor

@benesch benesch commented Jan 8, 2021

Swap the md5 crate for the md-5 crate. Despite the latter's somewhat
more suspicious name, it is part of the wider RustCrypto ecosystem, and
shares code with the sha2 crate that postgres-protocol already uses.

Swap the md5 crate for the md-5 crate.  Despite the latter's somewhat
more suspicious name, it is part of the wider RustCrypto ecosystem, and
shares code with the sha2 crate that postgres-protocol already uses.
@sfackler sfackler merged commit 77aa702 into sfackler:master Jan 8, 2021
@sfackler
Copy link
Owner

sfackler commented Jan 8, 2021

Thanks!

@benesch benesch deleted the md5 branch January 8, 2021 18:49
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