Files
luban-lite/bsp/examples_bare/test-efuse/spi_aes_key.h
刘可亮 8bca5e8332 v1.0.4
2024-04-03 16:40:57 +08:00

14 lines
328 B
C

/*
* 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;