aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-8/+7
| | | | | | the info.txt files with the right module dependencies. Apply it across the codebase.
* Move EntropySource base class to new entropy_src.h (which allows the ↵lloyd2008-10-261-0/+1
| | | | | | implementations to decouple from knowing about RandomNumberGenerator).
* Rearrange BigInt directories:lloyd2008-09-301-0/+31
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