Hens and Roosters crypto/web chall from UMassCTF 2026#81
Open
FlyN-Nick wants to merge 10 commits into
Open
Conversation
IsaacTrost
approved these changes
Apr 21, 2026
Contributor
IsaacTrost
left a comment
There was a problem hiding this comment.
Looks good, one minor fixup and I think it is good to merge. Also fix your inline latex.
Escape underscores in LaTeX so that GitHub doesn't mistake them for italics.
+ update the stimate of how long it takes for the slow-path to run
Author
|
Fixed the inline LaTeX so that it renders properly on GitHub, and added a more thorough explanation/justification of the weak parameterization. The source code of the challenge is now available online, so I was able to verify my claims against the private key, however I did not detail that in the writeup because I felt like the writeup should only address artifacts that were provided to competitors. This should be ready to merge now @IsaacTrost @mmstoic. |
…aping Expand the weak parameterization section to explain why P_i entries lie in F_2, with a verification snippet and printed matrix corner from the real keys. Also remove the incorrect "symmetric" descriptor (pk[0] != pk[0].T) and fix two unescaped LaTeX underscores.
e2a6bcd to
f7cc28a
Compare
- Add missing uid initialization (GET /) to Exploitation step 1 - Fix TOCTOU stud count: race lands at 8, not 7 - Correct gf2_7_square description: b is the multiplier, a is the multiplicand
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.
No description provided.