uplift bdk

Signed-off-by: Damien Zhao <zdm65477730@126.com>
This commit is contained in:
Damien Zhao
2024-04-13 12:27:17 +08:00
parent cf9ec7683b
commit 029b32f722
109 changed files with 58033 additions and 2060 deletions

View File

@@ -35,7 +35,7 @@ ErrCode_t saveCommit(const char *path){
goto out_free;
}
se_aes_cmac(8, cmac, 0x10, cmac_data, cmac_data_size);
se_aes_cmac_128(8, cmac, cmac_data, cmac_data_size);
f_lseek(&file, 0);