Remove unnecessary target of third_party/herumi/bls.BUILD (#10252)

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
This commit is contained in:
Leo Lara 2022-02-16 23:35:19 +07:00 committed by GitHub
parent 0232b5f8f5
commit 3003f08770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,24 +1,3 @@
package(default_visibility = ["//visibility:public"])
cc_library(
name = "bls_c384_256",
srcs = [
"src/bls_c384_256.cpp",
],
deps = [
"@herumi_mcl//:bn",
],
hdrs = [
"include/bls/bls.h",
"src/bls_c_impl.hpp",
"src/qcoeff-bn254.hpp",
],
includes = [
"include",
],
copts = [
"-DBLS_SWAP_G",
"-DBLS_ETH",
"-std=c++03",
],
)
exports_files(["src/bls_c384_256.cpp", "src/bls_c_impl.hpp"])