Skip to content
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

Open
1 of 5 tasks
newpavlov opened this issue Nov 9, 2021 · 6 comments
Open
1 of 5 tasks

Missing algorithms #1

newpavlov opened this issue Nov 9, 2021 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@newpavlov
Copy link
Member

newpavlov commented Nov 9, 2021

@newpavlov newpavlov added the help wanted Extra attention is needed label Nov 9, 2021
@lumag
Copy link

lumag commented Jul 27, 2022

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.

@zer0x64
Copy link

zer0x64 commented Nov 19, 2024

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?

@pheki
Copy link

pheki commented Nov 20, 2024

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 xts-mode crate, that I did not upstream at the time due to issues with previous cipher traits, but I would be able to deprecate it if it were implemented upstream.

@newpavlov
Copy link
Member Author

newpavlov commented Nov 20, 2024

Ah, I forgot about XTS while implementing the cts crate. The OP list is updated.

@pheki
Could you create a PR in this repository with your code using xts for crate name? If you don't have time right now, I could do it myself a bit later.

@zer0x64
Copy link

zer0x64 commented Nov 20, 2024

You can expect a PR from me in the following days then!

@zer0x64
Copy link

zer0x64 commented Nov 21, 2024

Moving conversation for XTS over here: #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants