Implementing Eq/PartialEq/Hash for [T; 48] and [T; 64] #61445
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Currently
Eq
,PartialEq
,Hash
are only implemented for slices up to 32 elements:[T; 32]
.[T; 48]
and[T; 64]
are common slices, used for SHA-384, SHA3-384, SHA-512, SHA3-512, KECCAK-512... Could you consider implementingEq
,PartialEq
,Hash
for `them? This would help library authors a lot.Thank you,
The text was updated successfully, but these errors were encountered: