diff options
author | lloyd <[email protected]> | 2008-09-18 13:15:22 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-18 13:15:22 +0000 |
commit | 9b533f724d6bc0310bc1b7944c9fa66a2ad202bb (patch) | |
tree | b1432716c7997682bf7f6c9e2a8f2d8500adc0c4 /doc | |
parent | 73cc211d479b60dfafbfd0a9d990ff36eea54307 (diff) |
Document additions to examples
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 635fb0f31..c51508305 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -8,6 +8,7 @@ - Changed BigInt::grow_by and BigInt::grow_to to be non-const - Add private assignment operators to classes that don't support assignment - Benchmark RSA encryption and signatures + - Added test programs for random_prime and ressol - Add high resolution timers for IA-64, HP-PA, S390x - Reduce use of the RNG during benchmarks - Fix builds on STI Cell PPU |