Skip to content
Snippets Groups Projects
Commit 2cf1bef8 authored by adrian.spycher's avatar adrian.spycher
Browse files

put the big public key

parent 0df192a8
No related branches found
No related tags found
No related merge requests found
...@@ -2,32 +2,21 @@ from algo import * ...@@ -2,32 +2,21 @@ from algo import *
def main(): def main():
mu = [ mu = [
416687707, 31726849986005826981,
420774592, 305966565717393601613,
1078076801, 61497322861823383198,
372477309, 269645690420162032117,
1915438026, 155457162093765938384,
306996859, 24931468152962121635,
1858268340, 138444967690527010216,
1934595642, 282789589899417404817,
444729462, 134251529920691060404,
1953792398, 423054566352157178418,
1118037789, 265453042944217161627,
1220832721, 39119050384849643825
701508709,
1976470330,
1081245832,
1480954262,
921801986,
1154526486,
1974597168,
812527863,
1895548977,
1274512749,
712992858
] # encrypted message ] # encrypted message
n = 1989929159 # first element public key n = 455649012989940178621 # first element public key
e = 2203 # second element public key e = 5303 # second element public key
length = len(mu) length = len(mu)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment