Hi I am doing my masters project on montgomery algorithm.
I am implementing it for large decimal numbers, more than 30 digits( more than 80-bit data). I have to implement it in Turbo C. I have tried using double as the data type, it works fine till 20 decimal disgits. can anybody suggest me how to extend this beyond 20 decimal digits.
thanks
Param
I am implementing it for large decimal numbers, more than 30 digits( more than 80-bit data). I have to implement it in Turbo C. I have tried using double as the data type, it works fine till 20 decimal disgits. can anybody suggest me how to extend this beyond 20 decimal digits.
thanks
Param
Comment