Valhalla Legends Archive

Programming => General Programming => Assembly Language (any cpu) => Topic started by: cefx- on June 18, 2004, 09:34 PM

Title: 64-bit Elliptic Curve problem
Post by: cefx- on June 18, 2004, 09:34 PM
http://rowdy.efnet.org/xalgo.asm

I'm trying to reverse it to get the input to know the output.

Already got the modules:
x^64 + x^46 + x^44 + x^33 + x^31 + x^26 + 1 = (x^33 + x^13 + 1)(x^31 + x^13 + 1)

But where to proceed from here?

Help! ;P

Cheers.
Title: Re:64-bit Elliptic Curve problem
Post by: Adron on June 19, 2004, 04:39 AM
Umm, what is it?