You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by sidielnikov January 7, 2024
Bro, please add XTS mode for AES
Here are a few examples to help you
https://github.com/tkp1n/ArmAes
not working decryption. If it's not difficult to tell me how to fix the function
DecryptDataUnit256(
in AesKey key,
ref byte tweak,
ref byte ct, nuint ctLen,
ref byte pt)
Discussed in #64
Originally posted by sidielnikov January 7, 2024
Bro, please add XTS mode for AES
Here are a few examples to help you
https://github.com/tkp1n/ArmAes
not working decryption. If it's not difficult to tell me how to fix the function
DecryptDataUnit256(
in AesKey key,
ref byte tweak,
ref byte ct, nuint ctLen,
ref byte pt)
https://github.com/mikhail-khalizev/XTSSharp
The text was updated successfully, but these errors were encountered: