-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XTS mode #73
Comments
EDIT: Found my way around the traits and I've been able to implement this correctly |
My work is being tracked here:
Next hurdle is the ciphertext stealing part. The |
PR opened in draft: |
Currently working on the implementation of XTS. I might have to do a bunch of hacks and not use some traits for now because XTS uses two engines (one to encrypt the teak and one to encrypt the data), which does not seems to be compatible with the current traits. I'm currently investigating.
The text was updated successfully, but these errors were encountered: