Skip to content

Replace HashBytes manual array impl with min_const_generics#48

Open
BlackHoleFox wants to merge 1 commit into
abonander:masterfrom
BlackHoleFox:add-const-generics
Open

Replace HashBytes manual array impl with min_const_generics#48
BlackHoleFox wants to merge 1 commit into
abonander:masterfrom
BlackHoleFox:add-const-generics

Conversation

@BlackHoleFox
Copy link
Copy Markdown
Contributor

When going for a 128 byte image hash, I noticed that the size wasn't actually implemented, even though the doc comment said as such. So, instead of just adding more lengths I tried to just switch it to min_const_generics instead since its been on stable for a while now.

If you prefer not to make the MSRV so high I can drop this commit and just add the extra array implementations.

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.

1 participant