Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge master-v12 into pcl. Includes 1.8-beta4 | Oren Novotny | 2014-10-14 | 1 | -206/+233 |
|\ | |||||
| * | Use platform RNG as master, where available release-1.8.0-beta.4 | Peter Dettman | 2014-09-28 | 1 | -64/+89 |
| | | | | | | | | Obsolete seeded constructor in favour of GetInstance variant | ||||
| * | Formatting | Peter Dettman | 2014-09-28 | 1 | -205/+205 |
| | | |||||
| * | In SecureRandom, the usage of ReversedWindowGenerator only reordered the ↵ | Edward Ned Harvey | 2014-08-05 | 1 | -3/+1 |
| | | | | | | | | output of sha256Generator. It added computation overhead and zero cryptographic value. Removed. | ||||
| * | GetInstance() returns a seeded instance. If you want an unseeded instance, ↵ | Edward Ned Harvey | 2014-08-05 | 1 | -10/+6 |
| | | | | | | | | you must use the unseeded ctor in which you supply your own generator | ||||
| * | SecureRandom ctor: given this is a sha1Generator, seed with 20 bytes instead ↵ | Edward Ned Harvey | 2014-08-05 | 1 | -1/+1 |
| | | | | | | | | of 8 | ||||
| * | use CryptoApiRandomGenerator in addition to other entropy sources | Edward Ned Harvey | 2014-08-05 | 1 | -1/+6 |
| | | |||||
| * | after seeding, pointlessly threw away the first few bytes. Removed. | Edward Ned Harvey | 2014-08-05 | 1 | -1/+0 |
| | | |||||
| * | use 32 bytes instead of 24 for seed material from ThreadedSeedGenerator | Edward Ned Harvey | 2014-08-05 | 1 | -1/+5 |
|/ | |||||
* | Initial import of old CVS repository | Peter Dettman | 2013-06-28 | 1 | -0/+228 |