-
Notifications
You must be signed in to change notification settings - Fork 131
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 #48
Comments
Currently I don't have plans on implementing it myself, but I will gladly accept PRs! Probably it will be better to introduce this mode as a separate crate, independent from |
I actually implemented XTS, but I'm having a little trouble conforming to the BlockMode trait:
Other details:
For reference, the signatures I'm using (the tweak could be moved to the struct so its like an IV):
What do you think? Does it even make sense to |
I've published a crate with XTS support (currently only 128-bits): xts-mode (docs.rs, repository). |
Closing it in favor of RustCrypto/block-modes#1 |
Any plans for XTS?
The text was updated successfully, but these errors were encountered: