已合并
feat(cipher): add aes-xts encryption/decryption demo #845
loading······创建于 2025年11月24日
feat(cipher): add aes-xts encryption/decryption demo #845
已合并
Pull Request已成功合入, 合并人@liwei3013
(感谢 loading······ 的贡献)2025年11月24日 创建了 pull request,commit 1bded5a4
2025年11月24日 添加了label:cla:signed
2025年11月24日 添加了label:ci-running
2025年11月24日 添加了label:ci-failed;删除了label:ci-running
testcode/demo/aes_xts.c
已过期
@@ -0,0 +1,1 @@
1+/*
2+ * Shandong University — School of Cyber Science and Technology
1、文件头部声明改成如下:(Copyright修改,新增license说明)
/* Copyright (c) 2025,Shandong University — School of Cyber Science and Technology
* Contributor: xxxx xxx
* Instructor: Weijia Wang
*/
/*
* This file is part of the openHiTLS project.
*
* openHiTLS is licensed under the Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at:
*
* http://license.coscl.org.cn/MulanPSL2
*
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PSL v2 for more details.
*/


此处折叠了58条消息 查看更多
1月28日 添加了label:ci-successful
feat: Add AES-256-XTS encryption and decryption demo