Steffen Jaeckel f597f29ece math: change get_digit() return value
unsigned long is 32bit wide when compiling with the compiler flag "-mx32"
but the digit size of the math libraries is still 64 bit which lead to
the buggy ecc code.

Therefore define a new type ltc_mp_digit with the correct width and use
that as return value of get_digit()

Has been tested with all three math providers
2014-09-10 16:15:35 +02:00
..
2014-07-17 10:50:36 +02:00
2014-07-15 15:38:18 +02:00
2014-08-31 18:26:14 +02:00
2014-02-16 18:41:33 +01:00