Skip to content

Fix build error after sha1 0.11 upgrade#406

Merged
trypsynth merged 1 commit intotrypsynth:masterfrom
danielw97:fix/sha1-0.11-lowerhex
Mar 28, 2026
Merged

Fix build error after sha1 0.11 upgrade#406
trypsynth merged 1 commit intotrypsynth:masterfrom
danielw97:fix/sha1-0.11-lowerhex

Conversation

@danielw97
Copy link
Copy Markdown
Contributor

@danielw97 danielw97 commented Mar 28, 2026

sha1 0.11 changed finalize() to return a GenericArray that no longer implements LowerHex. This PR works around this by manually hex-encoding the digest bytes instead.

sha1 0.11 changed finalize() to return a GenericArray that no longer
implements LowerHex. Manually hex-encode the digest bytes instead.
@trypsynth trypsynth merged commit 274dd7a into trypsynth:master Mar 28, 2026
2 checks passed
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