You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At my team, we have a use case where it would make sense to hash a BLS public key as a part of a proxy delegation message. Seeing as it's a type alias for FixedBytes<48>, an implementation for that primitive type would suffice (modulo versioning issues, so I'm not sure what the best approach would be).
I think this would be a convenient addition to the trait's implementations in general.
The text was updated successfully, but these errors were encountered:
At my team, we have a use case where it would make sense to hash a BLS public key as a part of a proxy delegation message. Seeing as it's a type alias for
FixedBytes<48>
, an implementation for that primitive type would suffice (modulo versioning issues, so I'm not sure what the best approach would be).I think this would be a convenient addition to the trait's implementations in general.
The text was updated successfully, but these errors were encountered: