已合并
feat(cipher): add aes-xts encryption/decryption demo #845
loading······创建于 2025年11月24日
feat(cipher): add aes-xts encryption/decryption demo #845
已合并
loading······创建于 2025年11月24日
loading······
loading······成员
2025年11月24日

feat: Add AES-256-XTS encryption and decryption demo

likedislike
Pull Request已成功合入, 合并人@liwei3013
(感谢 loading······ 的贡献)
loading······loading······成员
2025年11月24日 创建了 pull request,commit 1bded5a4
osespark_infraosespark_infra成员
2025年11月24日 添加了label:cla:signed
osespark_infraosespark_infra成员
2025年11月24日 添加了label:ci-running
osespark_infraosespark_infra成员
2025年11月24日 添加了label:ci-failed;删除了label:ci-running
ZHLB_In成员2025年11月25日进行代码检视2
testcode/demo/aes_xts.c
已过期
@@ -0,0 +1,1 @@
1+/*
2+ * Shandong University — School of Cyber Science and Technology
ZHLB_In2025年11月25日评论:

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.
 */
likedislike
System
系统消息系统
2025年12月8日 评论:

changed this line on 71e3e238 view diff detail

此处折叠了58条消息 查看更多
osespark_infraosespark_infra成员
1月28日 添加了label:ci-successful
Lliwei3013成员
1月29日 解决了最后一个问题
Lliwei3013成员
1月29日 添加了label:approval:done,br:0.3,br:main
Lliwei3013成员
1月29日 通过审查
Lliwei3013成员
1月29日 合入了pull request