Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use System.HashCode in a few places | Peter Dettman | 2024-01-20 | 1 | -0/+10 |
| | |||||
* | Add some convenience methods to BigInteger | Peter Dettman | 2024-01-04 | 1 | -0/+6 |
| | |||||
* | Refactoring in BigInteger Monty code | Peter Dettman | 2023-08-02 | 1 | -59/+89 |
| | |||||
* | Add BigInteger.ValueOf(int) and refactoring | Peter Dettman | 2023-08-02 | 1 | -27/+44 |
| | |||||
* | BigInteger construction from little-endian | Peter Dettman | 2023-04-20 | 1 | -15/+174 |
| | |||||
* | Refactoring in BigInteger | Peter Dettman | 2023-04-20 | 1 | -79/+33 |
| | |||||
* | Add Integers.PopCount | Peter Dettman | 2023-03-01 | 1 | -16/+1 |
| | |||||
* | BigInteger implements IComparable | Peter Dettman | 2022-11-17 | 1 | -1/+12 |
| | |||||
* | BigInteger changed to use uint[] internally | Peter Dettman | 2022-11-13 | 1 | -616/+420 |
| | |||||
* | BigInteger direct conversion to Span<uint> | Peter Dettman | 2022-11-13 | 1 | -11/+166 |
| | |||||
* | BigInteger improvements | Peter Dettman | 2022-11-08 | 1 | -92/+68 |
| | |||||
* | Complete SecureRandom refactoring | Peter Dettman | 2022-10-23 | 1 | -5/+3 |
| | |||||
* | Change BigInteger arbitrary random source | Peter Dettman | 2022-10-23 | 1 | -2/+2 |
| | |||||
* | More span variants in randomness classes | Peter Dettman | 2022-10-07 | 1 | -3/+29 |
| | |||||
* | BigInteger in-place conversions | Peter Dettman | 2022-10-05 | 1 | -5/+111 |
| | |||||
* | Span-based constructor for BigInteger | Peter Dettman | 2022-10-02 | 1 | -16/+77 |
| | |||||
* | More precise preprocessor directives | Peter Dettman | 2022-07-19 | 1 | -3/+3 |
| | |||||
* | Use intrinsics in several places | Peter Dettman | 2022-07-19 | 1 | -21/+18 |
| | |||||
* | Custom serialization | Peter Dettman | 2022-07-01 | 1 | -2/+13 |
| | |||||
* | Generics migration in Crmf, Crypto, Math | Peter Dettman | 2022-06-28 | 1 | -7/+7 |
| | |||||
* | Code cleanup | Peter Dettman | 2022-06-22 | 1 | -5/+5 |
| | |||||
* | Cleanup old build systems | Peter Dettman | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | Add IntValueExact and LongValueExact to BigInteger | Peter Dettman | 2019-08-09 | 1 | -0/+22 |
| | |||||
* | EC updates from bc-java | Peter Dettman | 2019-08-01 | 1 | -1/+1 |
| | | | | | | | - use half-trace when possible (odd m) for decompression/validation - provide field-specific half-trace methods for custom curves - clarify the logic of point-order testing for binary curves - expand test cases for invalid points | ||||
* | fixed ECGOST co-factors for 2012 sets | David Hook | 2019-02-05 | 1 | -0/+2 |
| | |||||
* | Improved performance for BigInteger.ToString(int) | Peter Dettman | 2018-05-31 | 1 | -23/+31 |
| | | | | | - use a better algorithm for base 10 - see https://github.com/bcgit/bc-csharp/issues/119 | ||||
* | Further refinement to random prime constructor | Peter Dettman | 2015-11-13 | 1 | -3/+2 |
| | |||||
* | Add BerBitString and improve "unused bit" handling | Peter Dettman | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | Improve random prime constructor | Peter Dettman | 2015-11-09 | 1 | -11/+7 |
| | |||||
* | Use optimized MR rounds only in random-search contexts | Peter Dettman | 2015-10-29 | 1 | -22/+33 |
| | |||||
* | Optimize the number of Rabin-Miller rounds used for probable primality testing | Peter Dettman | 2015-10-29 | 1 | -4/+19 |
| | |||||
* | No SerializableAttribute in PCL | Peter Dettman | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | http://www.bouncycastle.org/jira/browse/BMA-82 | Peter Dettman | 2015-10-18 | 1 | -1/+7 |
| | | | | - use SecureRandom to generate "arbitrary" values | ||||
* | Avoid unnecessary multiplication in final ExtEuclid iteration | Peter Dettman | 2014-01-23 | 1 | -32/+16 |
| | |||||
* | Registerize top accumulator word in Montgomery multiplication/squaring | Peter Dettman | 2014-01-03 | 1 | -6/+12 |
| | |||||
* | Fix tabs | Peter Dettman | 2014-01-03 | 1 | -2128/+2128 |
| | |||||
* | Always apply sign guard | Peter Dettman | 2013-12-03 | 1 | -4/+4 |
| | |||||
* | Initial import of old CVS repository | Peter Dettman | 2013-06-28 | 1 | -0/+3575 |