-
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
Missing algorithms #1
Comments
For the GOST modes please also add support for the internal rekeying (RFC4357, old Gost89 is useless without it) and also support for the ACPKM (RFC8645) rekeying. |
Hey! I recently implemented XTS(XEX with Tweak and Ciphertext Stealing) for another project and I was wondering about implementing it here while my memory was fresh. Is that something that's already covered by the cts crate? |
Not answering your question (altough it doesn't seem to be implemented) and not affiliated with the RustCrypto org, but I'd love to see XTS implemented here. I have the |
Ah, I forgot about XTS while implementing the @pheki |
You can expect a PR from me in the following days then! |
Moving conversation for XTS over here: #73 |
The text was updated successfully, but these errors were encountered: