mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-26 04:00:55 +00:00
9 lines
294 B
Text
9 lines
294 B
Text
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"],
|
|
)
|