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

Impl TreeHash for alloy::rpc::types::beacon::BlsPublicKey a.k.a alloy_primitives::FixedBytes<48> #22

Open
David-Petrov opened this issue Aug 27, 2024 · 0 comments

Comments

@David-Petrov
Copy link

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.

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

No branches or pull requests

1 participant