Removed useless line

This commit is contained in:
DagurB 2021-11-08 11:46:53 +00:00
parent c6bc5e53d6
commit ca4a1d0434
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
note for redability: g = base_p og rand() = sample_R()
# have-i-b33n-pwn3d
In this challenge we are supposed to find all passwords in a private set intersection protocol as described in [this paper](https://eprint.iacr.org/2021/1159). To be frank I didnt read the paper.
This protocol is based on elliptic curves (more specifically $y^2 = x^3 + 486662x^2 + x \mod{2^{255}-19}$) however that turns out to be bad.