Software APIs
sw
device
silicon_creator
lib
sigverify
ecdsa_p256_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/ecdsa_p256_key.h"
5
6
// `extern` declarations for `inline` functions in the header.
7
extern
uint32_t sigverify_ecdsa_p256_key_id_get(
8
const
ecdsa_p256_public_key_t
*pub_key);
Return to
OpenTitan Documentation