Software APIs
unlock_ecdsa_p256.h
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 
5 #ifndef OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_OWNERSHIP_KEYS_FAKE_UNLOCK_ECDSA_P256_H_
6 #define OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_OWNERSHIP_KEYS_FAKE_UNLOCK_ECDSA_P256_H_
7 
8 #define UNLOCK_ECDSA_P256 \
9  { \
10  0x113f87b2, 0x04711ce7, 0x6af306d9, 0xb80e76dd, 0x26e30fd2, 0xda71b86e, \
11  0xa062c80f, 0x284f4eb2, 0xe5704f44, 0xb11098c5, 0xc31d48d5, \
12  0x5895d10f, 0x7ac11545, 0x86031e92, 0x71c617c6, 0x1f8e3b14, \
13  }
14 
15 #endif // OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_OWNERSHIP_KEYS_FAKE_UNLOCK_ECDSA_P256_H_