Skip to content

Commit

Permalink
forgot to commit chal.py nbits update
Browse files Browse the repository at this point in the history
  • Loading branch information
Heasummn committed Mar 17, 2024
1 parent e98a4b5 commit f3ff21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chals/crypto/not_so_easy_ecc/chal.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def die(*args):
exit(1)

def main():
nbits = 10
nbits = 128
print("Elliptic Curve Cryptography is so powerful, that I'll let you choose the curve!")
print("I'm using a standard curve of the shape y^2 = x^3 + ax + b (mod p)")

Expand Down

0 comments on commit f3ff21e

Please sign in to comment.