peridot/vendor/golang.org/x/crypto/openpgp/elgamal/BUILD.bazel
2022-07-07 22:13:21 +02:00

10 lines
294 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "elgamal",
srcs = ["elgamal.go"],
importmap = "peridot.resf.org/vendor/golang.org/x/crypto/openpgp/elgamal",
importpath = "golang.org/x/crypto/openpgp/elgamal",
visibility = ["//visibility:public"],
)