mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 02:02:18 +00:00
339540274b
* add changes * fix for vectorize * fix bug * add new bench * use new algorithms * add latest updates * save progress * hack even more * add more changes * change library * go mod * fix deps * fix dumb bug * add flag and remove redundant code * clean up better * remove those ones * clean up benches * clean up benches * cleanup * gaz * revert change * potuz's review * potuz's review * potuz's review * gaz * potuz's review * remove cyclical import * revert ide changes * potuz's review * return
10 lines
306 B
Python
10 lines
306 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["hashtree.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/crypto/hash/htr",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_prysmaticlabs_gohashtree//:go_default_library"],
|
|
)
|