mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
Refactor BLS (#6395)
* refactor BLS to expose an interface rather than a single implementation * Split up tests, gofmt, goimports, docs * godoc for signature.Copy() * more godocs * revert gomod / deps changes * rm newline * revert proto changes * rename bls12 to herumi for clarity
This commit is contained in:
2
third_party/herumi/bls_eth_go_binary.BUILD
vendored
2
third_party/herumi/bls_eth_go_binary.BUILD
vendored
@@ -149,7 +149,7 @@ go_library(
|
||||
copts = OPTS,
|
||||
visibility = [
|
||||
# Additional access will require security approval.
|
||||
"@prysm//shared/bls:__pkg__",
|
||||
"@prysm//shared/bls/herumi:__pkg__",
|
||||
"@com_github_wealdtech_go_eth2_types_v2//:__pkg__",
|
||||
],
|
||||
clinkopts = select({
|
||||
|
||||
Reference in New Issue
Block a user