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

Remove unmaintained rust-crypto dependency #57

Merged
merged 2 commits into from
May 22, 2024
Merged

Conversation

rillian
Copy link
Contributor

@rillian rillian commented May 9, 2024

Replace this with calls to the same sha3 crate used for SHAKE. Work around conflicts between the digest::Update and digest::Digest traits with explicit method calls on the type name.

Addresses https://rustsec.org/advisories/RUSTSEC-2016-0005

Replace this with calls to the same `sha3` crate used for SHAKE.
Work around conflicts between the digest::Update and digest::Digest
traits with explicit method calls on the type name.

Addresses https://rustsec.org/advisories/RUSTSEC-2016-0005
@rillian rillian requested a review from claucece May 9, 2024 21:54
@rillian rillian self-assigned this May 9, 2024
The `update` method takes an `AsRef<[u8]>` which is implemented
for bare arrays as well as slices.
@claucece
Copy link
Member

Awesome!!

@claucece claucece merged commit a3fb822 into main May 22, 2024
2 of 3 checks passed
@rillian rillian deleted the rillian/rust-crypto branch May 22, 2024 23:23
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