Conversation
# Conflicts: # .github/workflows/belt-ctr.yaml # Cargo.lock # belt-ctr/CHANGELOG.md # belt-ctr/Cargo.toml # belt-ctr/LICENSE-MIT # belt-ctr/README.md # belt-ctr/src/lib.rs # belt-ctr/tests/mod.rs
|
I have draft implementation of generic CTS2 and CTS3 modes (CTS1 is a bit more difficult, since it can be applied only to CBC), which should cover belt-ecb and belt-cbc. I will try to make PR with it later this week. |
|
@newpavlov hey, any updates? |
|
@newpavlov Hello! |
|
@newpavlov hey. Can you share your draft? Maybe i can finalize it. |
|
Ah, sorry for the delay. I had some bugs in my implementation, I intended to publish the crate after fixing them, but forgot about it... I will try to do it during this weekend, if not, I'll publish buggy draft. |
|
@newpavlov hello! Any updates? :) |
|
@newpavlov hey. Could you upload draft please? |
|
@newpavlov hey, need it for BPACE implementation. Any updates? |
|
@newpavlov hey. Any updates about CTS2? |
|
@newpavlov hey. Any updates about CTS? |
|
@newpavlov hello, any updates for CTS? |
|
Sorry for the late response! Closing in favor of #70 (see |
|
Thank you so much! |
Hello!
Implemented belt-ecb.
I know it is not the last version, but I have no idea how to use traits with CTS modes.
So, now, I have questions:
Any ideas, how to implement it more correctly?
Thanks.
@newpavlov