记5道RSA[RoarCTF2019]babyRSAimport sympy
import random
def myGetPrime():
A= getPrime(513)
print(A)
B=A-random
2021-02-04