Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -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 ↵ | lloyd | 2008-10-26 | 1 | -0/+1 |
| | | | | | | implementations to decouple from knowing about RandomNumberGenerator). | ||||
* | Rearrange BigInt directories: | lloyd | 2008-09-30 | 1 | -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 |