Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 2 * output length for seed size | Peter Dettman | 2023-02-13 | 1 | -1/+1 |
| | |||||
* | Increase seed size for DigestRandomGenerator uses | Peter Dettman | 2023-02-10 | 1 | -1/+1 |
| | |||||
* | Misc. cleanup after bc-fips-csharp updates | Peter Dettman | 2023-01-30 | 1 | -1/+1 |
| | |||||
* | Complete SecureRandom refactoring | Peter Dettman | 2022-10-23 | 1 | -4/+5 |
| | |||||
* | Change BigInteger arbitrary random source | Peter Dettman | 2022-10-23 | 1 | -12/+24 |
| | |||||
* | More span variants in randomness classes | Peter Dettman | 2022-10-07 | 1 | -8/+36 |
| | |||||
* | Remove Times class | Peter Dettman | 2022-10-05 | 1 | -2/+1 |
| | |||||
* | Implement NextBytes(Span<byte) | Peter Dettman | 2022-08-19 | 1 | -0/+16 |
| | |||||
* | Generics migration complete | Peter Dettman | 2022-06-29 | 1 | -5/+6 |
| | |||||
* | Remvoe ThreadedSeedGenerator | Peter Dettman | 2022-06-23 | 1 | -37/+0 |
| | |||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-22 | 1 | -10/+0 |
| | |||||
* | Cleanup old build systems | Peter Dettman | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-21 | 1 | -6/+0 |
| | |||||
* | Fix project files plus portability fixes | Peter Dettman | 2021-05-24 | 1 | -2/+2 |
| | |||||
* | Fix range and bias of NextDouble | Peter Dettman | 2020-06-21 | 1 | -12/+9 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/253 | ||||
* | Prefer high bits for powers-of-two | Peter Dettman | 2016-03-10 | 1 | -2/+6 |
| | |||||
* | Improve usage/behaviour of SecureRandom.GenerateSeed | Peter Dettman | 2015-11-17 | 1 | -10/+11 |
| | |||||
* | Add missing lock for PORTABLE | Peter Dettman | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Finish port of latest PRNG/DRBG stuff from Java | Peter Dettman | 2015-11-16 | 1 | -21/+14 |
| | |||||
* | Review of culture-independent String comparison methods | Peter Dettman | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | PCL: Various non-IO changes | Peter Dettman | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Avoid Interlocked.Increment(Int64) on .NET CF | Peter Dettman | 2015-10-16 | 1 | -2/+11 |
| | | | | - https://github.com/bcgit/bc-csharp/issues/20 | ||||
* | 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 |