aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/powm_mnt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange BigInt directories:lloyd2008-09-301-178/+0
| | | | | | | | | math/bigint - BigInt implementation math/numbertheory - Math stuff built on top of BigInt Coming soon: math/gfp (parts of pk/ecdsa) Update deps in the pk files
* Put only the implementation of BigInt in src/bigint, mathematical functionslloyd2008-09-291-0/+178
on top of BigInt go to src/math. Some prototypes were moved in order to complete the split, in particular random_integer() is now a static member of BigInt instead of being a global function, and divide() is in divide.h instead of numthry.h