/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2023, STMicroelectronics - All Rights Reserved */ #ifndef PTA_STM32MP_RPROC_PUB_KEY_H #define PTA_STM32MP_RPROC_PUB_KEY_H #include extern const uint32_t rproc_pub_key_exponent; extern const uint8_t rproc_pub_key_modulus[]; extern const size_t rproc_pub_key_modulus_size; #endif /* PTA_STM32MP_RPROC_PUB_KEY_H */