walon
|
6d7c86da32
|
- 修复 FieldEncrypt加密字段未使用字段所在程序集的EncryptionScope而使用自身EncyrptionScope的bug
- 优化,解决 XorInstruction释加0->0映射后,将所有值映射为自身的问题
|
2025-05-16 12:33:37 +08:00 |
walon
|
ca3c15c44e
|
AddInstruction和 XorInstruction改为非线性,避免 field encryption出现 加密效果为0的情况
|
2025-05-14 11:05:32 +08:00 |
walon
|
cabc6c2980
|
新增 MultipleRotateXorInstruction MultipleXorRotateInstruction XorMultipleRotateInstruction指令
|
2025-05-13 20:10:00 +08:00 |
walon
|
a4e4d199be
|
添加 AddRotateXorInstruction AddXorRotateInstruction XorAddRotateInstruction MultipleInstruction这几种基础加密指令
|
2025-05-13 19:50:07 +08:00 |
walon
|
b1a19e9ef7
|
支持生成 EncryptionVirtualMachine的代码
|
2025-05-11 19:28:19 +08:00 |
walon
|
fcb2cb1d89
|
Encryption改名为EncryptionVM
|
2025-05-11 12:53:24 +08:00 |