Skip to content

Instantly share code, notes, and snippets.

View IAnmar0's full-sized avatar
🌴
On vacation

Anmar Abu Eid IAnmar0

🌴
On vacation
View GitHub Profile
from Crypto.Util.number import *
def main():
m1, m2, m3 = 5, 11 ,17
a1, a2, a3 = 2, 3, 5
M=m1*m2*m3
M1=M//m1
M2=M//m2
M3=M//m3