peridot/vendor/gopkg.in/square/go-jose.v2/cipher/BUILD.bazel

15 lines
375 B
Python
Raw Normal View History

2022-07-07 20:11:50 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "cipher",
srcs = [
"cbc_hmac.go",
"concat_kdf.go",
"ecdh_es.go",
"key_wrap.go",
],
importmap = "peridot.resf.org/vendor/gopkg.in/square/go-jose.v2/cipher",
importpath = "gopkg.in/square/go-jose.v2/cipher",
visibility = ["//visibility:public"],
)