blob: a1950d6bd295500c87be75a4803677038080567a [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
load("//rules:otbn.bzl", "otbn_binary")
package(default_visibility = ["//visibility:public"])
otbn_binary(
name = "run_rsa_verify_3072_rr_modexp",
srcs = [
"rsa_verify_3072_rr.s",
"run_rsa_verify_3072_rr_modexp.s",
"//sw/vendor:veri-titan/gen/rsa_verify_3072.s",
],
)