Crypto一月 28, 2026By smileless-LCrypto实用函数类pythoncrypto python函数类标签(空格分隔): crypto 求$a^{x} = c \mod m $ 123456from sympy.ntheory import discrete_logM = 100000000000099c = 114514a = 13x = discrete_log(M, c, a)print(x) 使用discrete_log库的discrete_log ← PreviousSQL'select'绕过Next →SSTI简记Share this articleTwitterFacebookLinkedIn微信QQ微博Copy Link