Software APIs
rsa_key.c
1 // Copyright lowRISC contributors (OpenTitan project).
2 // Licensed under the Apache License, Version 2.0, see LICENSE for details.
3 // SPDX-License-Identifier: Apache-2.0
4 #include "sw/device/silicon_creator/lib/sigverify/rsa_key.h"
5 
6 // `extern` declarations for `inline` functions in the header.
7 extern uint32_t sigverify_rsa_key_id_get(const sigverify_rsa_buffer_t *modulus);