diff --git a/chals/crypto/not_so_easy_ecc/chal.py b/chals/crypto/not_so_easy_ecc/chal.py index fee44ae..d277524 100644 --- a/chals/crypto/not_so_easy_ecc/chal.py +++ b/chals/crypto/not_so_easy_ecc/chal.py @@ -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)")