Add Aggregated Public Key Method (#14178)

* Add aggregated key method

* Gazelle

* Manu's Review
This commit is contained in:
Nishant Das
2024-07-08 17:28:41 +08:00
committed by GitHub
parent aea2a469cc
commit 74b5f6ecf2
6 changed files with 54 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ go_library(
"//config/fieldparams:go_default_library",
"//consensus-types/interfaces:go_default_library",
"//consensus-types/primitives:go_default_library",
"//crypto/bls:go_default_library",
"//proto/engine/v1:go_default_library",
"//proto/prysm/v1alpha1:go_default_library",
"@com_github_prometheus_client_golang//prometheus:go_default_library",