STM32CubeWL/Projects/NUCLEO-WL55JC/Examples_LL/PKA/PKA_ModularExponentiation/Inc/ciphertext.h

35 lines
1018 B
C

/**
******************************************************************************
* @file PKA/PKA_ModularExponentiation/Inc/PKV.h
* @author MCD Application Team
* @brief This file contains the headers of the ciphertext buffers.
******************************************************************************
* @attention
*
* Copyright (c) 2020 STMicroelectronics.
* All rights reserved.
*
* This software is licensed under terms that can be found in the LICENSE file
* in the root directory of this software component.
* If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __CIPHERTEXT_H
#define __CIPHERTEXT_H
#ifdef __cplusplus
extern "C" {
#endif
extern const uint8_t ciphertext_bin[];
extern const uint32_t ciphertext_bin_len;
#ifdef __cplusplus
}
#endif
#endif /* __CIPHERTEXT_H */