Software APIs
spx_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/spx_key.h"
5
6// `extern` declarations for `inline` functions in the header.
7extern uint32_t sigverify_spx_key_id_get(const sigverify_spx_key_t *key);