blob: b78a475fdd4ed91e36bc4ba9005255d6a043babc [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
package(default_visibility = ["//visibility:public"])
cc_library(
name = "test_public_keys",
hdrs = [
"test_key_0_rsa_3072_exp_f4.h",
],
)
filegroup(
name = "test_private_key_0",
srcs = ["test_key_0_rsa_3072_exp_f4.der"],
)