sqr Questions
3
Solved
To speed up my bignum divisons I need to speed up operation y = x^2 for bigints which are represented as dynamic arrays of unsigned DWORDs. To be clear:
DWORD x[n+1] = { LSW, ......, MSW };
where...
Guss asked 27/8, 2013 at 12:23
1
© 2022 - 2024 — McMap. All rights reserved.