Khadgar xt
xt created branch main in xt/ag_toolsbox 2023-07-12 22:00:01 +08:00
xt created repository xt/ag_toolsbox 2023-07-12 21:59:45 +08:00
xt pushed tag 0.1.3 to xt/rs_toolsbox 2023-07-07 13:42:20 +08:00
xt pushed to master at xt/rs_toolsbox 2023-07-07 13:42:09 +08:00
51a7a48962 enhance(time):快速调整时区的函数增加泛型支持。
xt pushed tag 0.1.2 to xt/rs_toolsbox 2023-07-04 14:59:41 +08:00
xt pushed to master at xt/rs_toolsbox 2023-07-04 14:59:30 +08:00
3f86e75518 enhance(spiral):统一螺旋算法的特性,如果起始位和长度检测失败,则直接返回密文。
xt pushed tag 0.1.1 to xt/rs_toolsbox 2023-07-04 09:12:27 +08:00
xt pushed to master at xt/rs_toolsbox 2023-07-04 09:07:16 +08:00
dbcdfc426e fix(hail):尝试修复冰雹算法中可能存在的死锁问题。
xt pushed tag 0.1.0 to xt/rs_toolsbox 2023-07-04 06:00:39 +08:00
xt pushed to master at xt/rs_toolsbox 2023-07-03 22:39:35 +08:00
d1c19355a5 doc:补充一些函数的文档。
xt pushed to master at xt/rs_toolsbox 2023-07-03 22:33:18 +08:00
e6447fdd43 feat(serial):基本完成冰雹ID生成器设计,基本完成全部计划中功能设计。
3f3191fcea feat(utils):增加常用的日期时间函数。
Compare 2 commits »
xt pushed to master at xt/rs_toolsbox 2023-07-03 17:29:05 +08:00
6f20341c85 doc(crypto):修改相应的文档。
xt pushed to master at xt/rs_toolsbox 2023-07-03 17:27:30 +08:00
d9d24dbb54 feat(crypto):增加螺旋自解密加密算法支持函数。
xt pushed to master at xt/rs_toolsbox 2023-07-03 15:45:16 +08:00
9a913b4bf4 feat(rsa):基本完成RSA系列加密算法和签名算法的函数。
xt pushed to master at xt/rs_toolsbox 2023-07-02 17:56:15 +08:00
551209d4f1 feat(crypt):完成3DES加密算法的工具函数。
xt pushed to master at xt/rs_toolsbox 2023-07-02 17:32:52 +08:00
56fef4c3de feat(crypt):完成DES便捷加密函数。
xt pushed to master at xt/rs_toolsbox 2023-07-02 11:15:11 +08:00
8cbb7f5269 feat(crypto):完成AES系列加密算法便捷函数的实现。
a19dfd1e1b doc(crypt):继续增加加解密算法支持计划。
Compare 2 commits »
xt pushed to master at xt/rs_toolsbox 2023-07-02 07:17:02 +08:00
31d5129a8a doc(crypt):增加加解密算法的支持计划。
xt pushed to master at xt/rs_toolsbox 2023-07-01 22:17:11 +08:00
4b2af9ad2e doc(hash):补充增加内容记录。
xt pushed to master at xt/rs_toolsbox 2023-07-01 22:16:40 +08:00
dfeafd5f62 feat(hash):基本完成图像感知散列功能。