HW 3 Graded! #864
Replies: 1 comment 9 replies
-
I want to carify my point and reconsider about my case. Initially, I submitted my code that implemented all required functions except for crack32 (including SHA.hash256, SHA.hash32, HMAC.mac, and Word.add). That submission passed all test cases and received 90 out of 100 on Gradescope, with only crack marked as incorrect. Then, I continue focused on crack32 function. While working on it, I was not sure about the expected return type. I attempted to return a tuple that may not have followed the precise format stated in the instructions, but I believed the type was correct. I do not know why, this attempt resulted in a full score of 100, and I genuinely thought it was a valid edge case or even an intentionally hidden solution. I would like to emphasize that I did not hard-code any hash collision input pairs in my submission. My intention was to solve the problem about return type. Given the nature of this course—where understanding and even exploiting weaknesses in systems is part of the learning objective—I assumed that using creative solutions would be acceptable, as long as they stayed within the spirit of the assignment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
안녕하세요,
세번째 과제가 마감되었고 채점되었습니다!
여러분의 점수는 KLMS의 "3. Mini-SHA" 과제를 통해서 확인하실 수 있습니다.
오늘 중으로 채점에 사용된 테스트를 푸쉬해드릴 예정이니 참고해주시기 바랍니다.
Gradescope의 성적과 달리 KLMS의 점수가 0점인 학생들이 몇몇 있을 것입니다. 다음 중 하나에 해당하는 경우입니다.
참고하시기 바랍니다.
Hi all,
HW 3 is graded.
You can check your grade in KLMS assignment "3. Mini-SHA".
We’ll also push the evaluation test cases to your individual repositories.
A few students may see a score of 0 in KLMS despite having a valid score on Gradescope. These cases fall into one of the following categories:
Beta Was this translation helpful? Give feedback.
All reactions