Skip to content

Instantly share code, notes, and snippets.

View c-plus-plus-equals-c-plus-one's full-sized avatar

JanuaryPersimmon2024 c-plus-plus-equals-c-plus-one

  • Terra incognita.
  • 15:14 (UTC +03:00)
View GitHub Profile
@c-plus-plus-equals-c-plus-one
c-plus-plus-equals-c-plus-one / ANSWERS.md
Last active October 13, 2025 15:23
RareSkills ZK Homework Exercises 1, 2, 3, 4

Assuming p=71 for all below problems.

  1. Find the elements in a finite field that are congruent to the following values:
    1. -1 ≅ 70 (since -1 mod 71 = 70 and 70-(-1) = 71, 71 % 71 == 0;
    2. -4 ≅ 67. 67 - (-4) = 71;
    3. -160 ≅ 53;
    4. 500 ≅ 429.