Files
luban-lite-t3e-pro/bsp/examples_bare/test-efuse/spi_aes_key.h

14 lines
328 B
C
Raw Normal View History

2024-04-03 16:40:57 +08:00
/*
* Copyright (c) 2022-2023, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Authors: Xiong Hao <hao.xiong@artinchip.com>
*/
unsigned char spi_aes_key[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00
};
unsigned int spi_aes_key_len = 16;