fix(F7): CBC encryption for ooba target#56
Merged
Merged
Conversation
Autoparallel
left a comment
Contributor
There was a problem hiding this comment.
Looks good as a first pass to me.
My feedback is just for code safety and leans on the safety/security of the cipher crate itself.
lonerapier
added a commit
that referenced
this pull request
Dec 4, 2025
* add cbc encryption for ooba target * use crate's inner trait method * add security warning
VCNinc
pushed a commit
that referenced
this pull request
Apr 20, 2026
* fix doctests * task: pin differential tests to specific commit (#58) * fix(F7): CBC encryption for ooba target (#56) * add cbc encryption for ooba target * use crate's inner trait method * add security warning * fix(F6): hint entropy leak (#57) * add hint to integrity checks * add integrity check for add hint * verify policy integrity before hint checks * fix(F3): derive internal key and external key for domain separation (#59) clippy fixes * fix(F4): add docs for integrity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces ECB mode of operation to CBC mode for OOBA target.
Vulnerability: