diff --git a/main.py b/main.py
index 966b4012bfa6d1b82e53a1d1b7003290648e25ff..6f6c53b2fa34cca700a42d59fa8ad2d6a8835bcc 100644
--- a/main.py
+++ b/main.py
@@ -2,32 +2,21 @@ from algo import *
 
 def main():
     mu = [
-        416687707,
-        420774592,
-        1078076801,
-        372477309,
-        1915438026,
-        306996859,
-        1858268340,
-        1934595642,
-        444729462,
-        1953792398,
-        1118037789,
-        1220832721,
-        701508709,
-        1976470330,
-        1081245832,
-        1480954262,
-        921801986,
-        1154526486,
-        1974597168,
-        812527863,
-        1895548977,
-        1274512749,
-        712992858
-    ]                   # encrypted message
-    n = 1989929159      # first element public key
-    e = 2203            # second element public key
+        31726849986005826981,
+        305966565717393601613,
+        61497322861823383198,
+        269645690420162032117,
+        155457162093765938384,
+        24931468152962121635,
+        138444967690527010216,
+        282789589899417404817,
+        134251529920691060404,
+        423054566352157178418,
+        265453042944217161627,
+        39119050384849643825
+    ]                           # encrypted message
+    n = 455649012989940178621   # first element public key
+    e = 5303                    # second element public key
 
     length = len(mu)