INNER CODE UNIT · Python

rhs

demining/CryptoDeepTools · 04AlgorithmsForSecp256k/main.py:48

rhs = (x * x * x + E.A * x + E.B) % E.mod
print(lhs == rhs)

#D = genDivisor(E, 25)
#print(len(D))
#print(D)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…