| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed-point-comb uses existing precomputation info if it's for the same _or g... release-1.8.0-beta.3 | Peter Dettman | 2014-04-10 | 3 | -9/+24 |
* | Port from Java many of the new TLS classes and a few minor changes | Peter Dettman | 2014-04-06 | 26 | -45/+479 |
* | Move NullOutputStream to util/io | Peter Dettman | 2014-04-06 | 2 | -8/+6 |
* | Remove redundant Mac.Init calls | Peter Dettman | 2014-04-04 | 1 | -3/+1 |
* | Use the TLS 1.0 PRF for the random block | Peter Dettman | 2014-04-04 | 8 | -3/+128 |
* | Optimize Curve25519 point operations | Peter Dettman | 2014-03-21 | 2 | -111/+214 |
* | Port of latest Curve25519 stuff from Java build | Peter Dettman | 2014-03-17 | 9 | -30/+710 |
* | Take advantage of GLV (when available) in sum-of-multiplies methods | Peter Dettman | 2014-03-14 | 1 | -7/+89 |
* | Change primary measurement to multiplication rate using fixed-duration rounds | Peter Dettman | 2014-03-14 | 1 | -24/+47 |
* | Optimize squaring by inlining the ShiftUpBit | Peter Dettman | 2014-03-14 | 3 | -118/+262 |
* | GlvMultiplier.cs missed in last commit | Peter Dettman | 2014-03-14 | 2 | -0/+45 |
* | Port GLV implementation from Java | Peter Dettman | 2014-03-13 | 13 | -18/+439 |
* | Fix bug in DoFinal introduced by last change | Peter Dettman | 2014-03-13 | 1 | -18/+25 |
* | Add ScaleX, ScaleY methods to ECPoint | Peter Dettman | 2014-03-13 | 1 | -0/+74 |
* | Add new CreateRawPoint method on ECCurve that includes the Z coords | Peter Dettman | 2014-03-13 | 9 | -0/+52 |
* | All subclasses to control the choice of width to use | Peter Dettman | 2014-03-12 | 1 | -2/+6 |
* | Allow subclasses to override the ECMultiplier used for base-point multiplication | Peter Dettman | 2014-03-12 | 3 | -8/+21 |
* | Weight the performance test more towards random points | Peter Dettman | 2014-03-12 | 1 | -3/+9 |
* | Add new method | Peter Dettman | 2014-03-12 | 1 | -0/+9 |
* | Add extra random tests for SipHash to check consistency across different upda... | Peter Dettman | 2014-03-12 | 1 | -0/+34 |
* | Optimization (faster at all input lengths, but especially for long block-alig... | Peter Dettman | 2014-03-11 | 1 | -17/+39 |
* | Improve SipHashTest to cover varying update methods | Peter Dettman | 2014-03-11 | 1 | -4/+50 |
* | Optimize some of the addition/doubling internals | Peter Dettman | 2014-03-10 | 8 | -92/+114 |
* | Adapt performance test to exclude outliers form average | Peter Dettman | 2014-03-10 | 1 | -15/+32 |
* | Add MultiplyAddToExt method to fields | Peter Dettman | 2014-03-10 | 6 | -2/+71 |
* | Refactor temporary variables in reductions | Peter Dettman | 2014-03-10 | 3 | -28/+30 |
* | Inline Reduce32 calls and registerize some values to avoid extra writes | Peter Dettman | 2014-03-10 | 2 | -12/+53 |
* | Use more specific Nat methods | Peter Dettman | 2014-03-10 | 1 | -2/+2 |
* | Change version to beta.3 after release of beta.2 | Peter Dettman | 2014-03-06 | 1 | -1/+1 |
* | Minor improvement to reduction release-1.8.0-beta.2 | Peter Dettman | 2014-03-06 | 3 | -9/+15 |
* | Avoid redundant subtraction | Peter Dettman | 2014-03-06 | 1 | -43/+43 |
* | Improved reduction | Peter Dettman | 2014-03-05 | 4 | -63/+101 |
* | Reduction optimization for secp256r1 | Peter Dettman | 2014-03-05 | 1 | -5/+73 |
* | Use Nat methods instead of specific Nat*.*Ext methods | Peter Dettman | 2014-03-05 | 10 | -84/+44 |
* | Fix infinite loop issue when there is no sqrt | Peter Dettman | 2014-03-04 | 2 | -30/+80 |
* | Remove some length-specific methods in favour of the Nat class | Peter Dettman | 2014-03-04 | 12 | -558/+487 |
* | Just use shift methods from Nat class evverywhere | Peter Dettman | 2014-03-04 | 10 | -271/+25 |
* | Refactoring in the Nat* classes and some new method variations | Peter Dettman | 2014-03-03 | 15 | -187/+634 |
* | Share single temp variable across calls in Sqrt() | Peter Dettman | 2014-03-03 | 1 | -10/+9 |
* | Refactor reduction methods and change scope of PExt fields | Peter Dettman | 2014-03-03 | 7 | -115/+103 |
* | Add/rename MulAddTo variations | Peter Dettman | 2014-03-03 | 3 | -2/+167 |
* | Allow for (very rare) cases where the Sqrt() algorithm needs to retry | Peter Dettman | 2014-03-02 | 1 | -36/+40 |
* | Avoid a few negations in Sqrt() | Peter Dettman | 2014-02-28 | 1 | -7/+8 |
* | Optimized Sqrt() for custom secp224r1 | Peter Dettman | 2014-02-27 | 2 | -2/+112 |
* | Equality/hashcode should ignore "excess" words | Peter Dettman | 2014-02-27 | 12 | -23/+107 |
* | Optimize Sqrt() for custom secp384r1 | Peter Dettman | 2014-02-27 | 1 | -2/+56 |
* | Optimize final adjustments in Reduce() | Peter Dettman | 2014-02-27 | 1 | -13/+4 |
* | Simplify Twice() | Peter Dettman | 2014-02-27 | 1 | -7/+3 |
* | Add custom curve for secp384r1 (P-384) | Peter Dettman | 2014-02-27 | 7 | -0/+858 |
* | Optimize final adjustments in Reduce() | Peter Dettman | 2014-02-27 | 1 | -11/+8 |
* | Round out the Nat192 methods | Peter Dettman | 2014-02-26 | 7 | -20/+275 |
* | Add extra arg to AddWord() and add variant of Copy() | Peter Dettman | 2014-02-26 | 2 | -6/+12 |
* | Optimization for custom curve reduction when only a few bits need reducing; u... | Peter Dettman | 2014-02-26 | 15 | -30/+205 |
* | Optimize Sqrt() for custom curve secp224k1 | Peter Dettman | 2014-02-26 | 1 | -2/+87 |
* | Refactoring in Sqrt() | Peter Dettman | 2014-02-26 | 1 | -14/+6 |
* | Add custom curve for secp224k1 | Peter Dettman | 2014-02-26 | 6 | -0/+717 |
* | Special handling for zero-valued scalars | Peter Dettman | 2014-02-26 | 1 | -20/+38 |
* | Update release version | Peter Dettman | 2014-02-25 | 1 | -1/+1 |
* | Refactoring in Sqrt() | Peter Dettman | 2014-02-25 | 1 | -13/+12 |
* | Add custom curve for secp224r1 (P-224) | Peter Dettman | 2014-02-25 | 7 | -0/+2028 |
* | Add new test to regression tests | Peter Dettman | 2014-02-25 | 1 | -10/+11 |
* | Tabs -> spaces | Peter Dettman | 2014-02-25 | 1 | -4/+4 |
* | Port some openpgp updates from Java build for secret keys | Peter Dettman | 2014-02-25 | 5 | -206/+436 |
* | Check a few more points in the encoding test | Peter Dettman | 2014-02-25 | 1 | -1/+7 |
* | Implement the 8m + 5 case from Pocklington's sqrt algorithm (seems to be only... | Peter Dettman | 2014-02-25 | 1 | -7/+45 |
* | Refactoring in Nat* classes | Peter Dettman | 2014-02-24 | 6 | -101/+99 |
* | Tabs -> spaces | Peter Dettman | 2014-02-19 | 1 | -372/+372 |
* | [BMA-87] | Peter Dettman | 2014-02-19 | 2 | -192/+241 |
* | Tabs -> spaces | Peter Dettman | 2014-02-19 | 1 | -168/+168 |
* | Use ToBigInteger() for A/B comparison in curve equality | Peter Dettman | 2014-02-19 | 1 | -4/+4 |
* | Changes to build system in preparation for beta release release-1.8.0-beta.1 | Peter Dettman | 2014-02-18 | 3 | -24/+27 |
* | Add a bare bones .gitignore | Peter Dettman | 2014-02-18 | 1 | -0/+3 |
* | Fix encoding... again | Peter Dettman | 2014-02-18 | 1 | -0/+0 |
* | Convert to UTF-8 (thanks Jeff Stedfast) | Peter Dettman | 2014-02-18 | 1 | -0/+0 |
* | Delete old commented-out code | Peter Dettman | 2014-02-09 | 1 | -476/+0 |
* | Use GetEncoded(boolean) instead of deprecated constructor | Peter Dettman | 2014-02-09 | 1 | -7/+3 |
* | Provide SumOfMultiplies as an arbitrary-length generalization of SumOfTwoMult... | Peter Dettman | 2014-02-09 | 1 | -0/+91 |
* | Update encoders from Java version, including catching invalid data instead of... | Peter Dettman | 2014-02-07 | 2 | -418/+448 |
* | Fix casts to satisfy .NET 1.1 | Peter Dettman | 2014-02-07 | 1 | -2/+2 |
* | Fix dodgy character in curve seed | Peter Dettman | 2014-02-07 | 1 | -1/+1 |
* | Use parallel wNAF for sumOfTwoMultiplies | Peter Dettman | 2014-02-07 | 1 | -4/+69 |
* | Small optimization for width 4 | Peter Dettman | 2014-02-07 | 1 | -17/+19 |
* | Index precomputation info by name | Peter Dettman | 2014-02-07 | 5 | -14/+36 |
* | Update OCB draft references | Peter Dettman | 2014-02-07 | 2 | -2/+2 |
* | Use FixedPointCombMultiplier for most base-point multiplications | Peter Dettman | 2014-02-06 | 2 | -15/+16 |
* | Fix incomplete port | Peter Dettman | 2014-02-06 | 1 | -1/+1 |
* | Use fixed-point comb for multiplying by the base-point | Peter Dettman | 2014-02-06 | 1 | -13/+11 |
* | A few improvements to the fixed-point comb | Peter Dettman | 2014-02-06 | 2 | -10/+28 |
* | Initial work on the Curve25519 field implementation | Peter Dettman | 2014-02-06 | 4 | -19/+304 |
* | Add order/cofactor to the small test curves | Peter Dettman | 2014-02-06 | 1 | -10/+18 |
* | Add order/cofactor to Fp curves | Peter Dettman | 2014-02-04 | 8 | -802/+917 |
* | Initial work on a fixed-point comb multiplier | Peter Dettman | 2014-02-04 | 4 | -0/+141 |
* | For repeated doublings, use jacobian-modified coordinates internally irrespec... | Peter Dettman | 2014-02-04 | 1 | -1/+83 |
* | Implement Karatsuba multiply/square on 512-bit numbers and use as basis for P... | Peter Dettman | 2014-02-03 | 5 | -63/+582 |
* | Minor optimization for secp521r1 point doubling | Peter Dettman | 2014-02-02 | 3 | -5/+48 |
* | Bring OCB test vectors up-to-date with draft v06 | Peter Dettman | 2014-02-02 | 2 | -81/+132 |
* | Add custom curve for secp521r1 (P-521) | Peter Dettman | 2014-02-01 | 9 | -109/+777 |
* | Add support for delayed modular reduction | Peter Dettman | 2014-02-01 | 3 | -35/+314 |
* | Reformatting | Peter Dettman | 2014-02-01 | 1 | -2/+0 |
* | Reformat | Peter Dettman | 2014-02-01 | 3 | -6/+0 |
* | Fix IncExt | Peter Dettman | 2014-02-01 | 1 | -1/+1 |
* | Rename locals in Reduce() methods | Peter Dettman | 2014-02-01 | 2 | -33/+33 |
* | Optimize Reduce() method | Peter Dettman | 2014-02-01 | 1 | -8/+16 |
* | Optimize Reduce() method | Peter Dettman | 2014-02-01 | 1 | -6/+17 |
* | Fix Nat*.Gte methods | Peter Dettman | 2014-02-01 | 3 | -6/+6 |
* | Make Dec/Inc/IncExt methods work at the full length and change assertions acc... | Peter Dettman | 2014-01-31 | 3 | -57/+55 |
* | Avoid modifying the input to the Reduce() methods | Peter Dettman | 2014-01-31 | 4 | -50/+48 |
* | Improve reduction speed for secp192k1 and secp256k1 custom fields | Peter Dettman | 2014-01-31 | 4 | -16/+126 |
* | Add custom curves for secp192k1 and secp192r1 (P-192) | Peter Dettman | 2014-01-31 | 11 | -0/+2259 |
* | Refactoring | Peter Dettman | 2014-01-31 | 5 | -10/+8 |
* | Unroll MulWordAddExt | Peter Dettman | 2014-01-31 | 1 | -8/+24 |
* | Use BigInteger.One instead of BigInteger.ValueOf(1) | Peter Dettman | 2014-01-31 | 1 | -25/+25 |
* | Fix final step of Reduce() | Peter Dettman | 2014-01-30 | 1 | -10/+9 |
* | Fix GetBit range-check | Peter Dettman | 2014-01-30 | 1 | -1/+1 |
* | Formatting | Peter Dettman | 2014-01-30 | 1 | -10/+0 |
* | Take advantage of special prime modulus to optimize sqrt | Peter Dettman | 2014-01-30 | 2 | -4/+107 |
* | Add SquareN to perform repeated modular squaring | Peter Dettman | 2014-01-30 | 2 | -0/+30 |
* | Cleanup various warnings, and reformatting | Peter Dettman | 2014-01-29 | 13 | -1112/+1104 |
* | Update copyrights and add missing Inc. | Peter Dettman | 2014-01-28 | 2 | -3/+3 |
* | Remove unnecessary using statement | Peter Dettman | 2014-01-28 | 1 | -2/+0 |
* | Several optimizations and make notes of possible delayed reductions | Peter Dettman | 2014-01-28 | 1 | -17/+28 |
* | Refactoring | Peter Dettman | 2014-01-28 | 1 | -2/+1 |
* | Avoid division when decompressing a lambda-projective point | Peter Dettman | 2014-01-28 | 1 | -9/+5 |
* | Implement multi-squaring in-place and use for F2m sqrt() | Peter Dettman | 2014-01-28 | 2 | -40/+39 |
* | Fix and re-enable twicePlus for lambda-projective coordinates | Peter Dettman | 2014-01-28 | 1 | -59/+73 |
* | Port point-detaching stuff from Java | Peter Dettman | 2014-01-28 | 3 | -0/+27 |
* | Port from Java order/cofactor for all curves | Peter Dettman | 2014-01-28 | 4 | -41/+52 |
* | Port of latest EC multipliers from Java | Peter Dettman | 2014-01-27 | 14 | -45/+292 |
* | Use custom curve if available | Peter Dettman | 2014-01-26 | 3 | -220/+189 |
* | Formatting | Peter Dettman | 2014-01-26 | 2 | -359/+359 |
* | Add new test case for 96 bit tag from CFRG | Peter Dettman | 2014-01-26 | 1 | -31/+31 |
* | When OCB is used with incrementing nonces, the cipher processing during initi... | Peter Dettman | 2014-01-26 | 2 | -23/+67 |
* | Make class internal | Peter Dettman | 2014-01-26 | 1 | -1/+1 |
* | Port custom curve for secp256r1 from Java | Peter Dettman | 2014-01-26 | 6 | -1/+758 |
* | Tidy up comments | Peter Dettman | 2014-01-26 | 2 | -6/+2 |
* | Port custom curve for secp256k1 from Java | Peter Dettman | 2014-01-26 | 7 | -15/+1499 |
* | Add methods working with uint[] | Peter Dettman | 2014-01-26 | 1 | -2/+44 |
* | Add diagnostics | Peter Dettman | 2014-01-26 | 1 | -37/+42 |
* | Fix coord access in Negate() | Peter Dettman | 2014-01-26 | 1 | -36/+8 |
* | Refactor DecompressPoint | Peter Dettman | 2014-01-26 | 1 | -8/+3 |
* | Port of jacobian/-modified coordinates from Java | Peter Dettman | 2014-01-26 | 2 | -69/+354 |
* | Make Barrett reduction available for more prime moduli | Peter Dettman | 2014-01-26 | 1 | -12/+6 |
* | Increase number of rounds | Peter Dettman | 2014-01-26 | 1 | -3/+2 |
* | Adjust first-digit optimization to not be so conservative | Peter Dettman | 2014-01-26 | 1 | -12/+7 |
* | Port latest Java fixes for lambda-projective and make it the default for F2m | Peter Dettman | 2014-01-25 | 2 | -68/+92 |
* | Change F2m test curve to match Java version more clearly | Peter Dettman | 2014-01-25 | 1 | -18/+14 |
* | Implement Sqrt in F2m | Peter Dettman | 2014-01-25 | 1 | -1/+9 |
* | Add 0 guard in ModInverse | Peter Dettman | 2014-01-25 | 1 | -0/+4 |
* | Implement homogeneous and lambda-projective coordinate systems in F2m curves | Peter Dettman | 2014-01-25 | 2 | -67/+428 |
* | Port of AddOne method(s) from Java | Peter Dettman | 2014-01-25 | 1 | -0/+16 |
* | Use AesEngine by default | Peter Dettman | 2014-01-25 | 1 | -3/+8 |
* | Formatting | Peter Dettman | 2014-01-24 | 2 | -74/+70 |
* | Some more EC point normalization | Peter Dettman | 2014-01-24 | 6 | -104/+103 |
* | Default to COORD_HOMOGENEOUS for Fp | Peter Dettman | 2014-01-24 | 1 | -1/+1 |
* | Implement very basic Barrett reduction as alternative to very slow BigInteger... | Peter Dettman | 2014-01-24 | 1 | -19/+41 |
* | Run point test on all supported coordinate systems | Peter Dettman | 2014-01-24 | 1 | -13/+36 |
* | Implementation of homogeneous coordinates for Fp | Peter Dettman | 2014-01-24 | 20 | -5626/+6012 |
* | Optimization in ModReduce | Peter Dettman | 2014-01-24 | 1 | -3/+6 |
* | Track carries for a, b to avoid unnecessary add/sub of prime modulus | Peter Dettman | 2014-01-24 | 1 | -17/+42 |
* | Fix return type in SubFromExt | Peter Dettman | 2014-01-24 | 1 | -4/+4 |
* | Make class abstract | Peter Dettman | 2014-01-24 | 1 | -32/+24 |
* | Track uvLen to reduce shifting for small operands | Peter Dettman | 2014-01-24 | 1 | -9/+18 |
* | Move method | Peter Dettman | 2014-01-24 | 1 | -16/+16 |
* | Port of several interrelated things from Java build: | Peter Dettman | 2014-01-23 | 12 | -578/+1061 |
* | Use ImportPoint to make sure points are on same curve | Peter Dettman | 2014-01-23 | 1 | -15/+49 |
* | Update test data | Peter Dettman | 2014-01-23 | 1 | -3/+3 |
* | Rewrite some tests to avoid (obsoleted) explicit field element construction | Peter Dettman | 2014-01-23 | 3 | -438/+423 |
* | Formatting | Peter Dettman | 2014-01-23 | 1 | -45/+45 |
* | Use residue-based reduction for more curves, in particular P-256 | Peter Dettman | 2014-01-23 | 1 | -2/+8 |
* | Add Nat/Mod classes and use instead of (slow) BigInteger.ModInverse implement... | Peter Dettman | 2014-01-23 | 5 | -497/+643 |
* | Avoid unnecessary multiplication in final ExtEuclid iteration | Peter Dettman | 2014-01-23 | 1 | -32/+16 |
* | Formatting | Peter Dettman | 2014-01-23 | 1 | -987/+987 |
* | Add foundations for supporting other coordinate systems | Peter Dettman | 2014-01-22 | 4 | -97/+260 |
* | Make public | Peter Dettman | 2014-01-22 | 2 | -2/+2 |
* | Override methods to optimize for LongArray | Peter Dettman | 2014-01-22 | 1 | -0/+20 |
* | Use new Math.Field classes in EC curves, and avoid casting in client code | Peter Dettman | 2014-01-22 | 6 | -362/+387 |
* | Implement TwicePlus optimization in Fp curves | Peter Dettman | 2014-01-22 | 4 | -312/+458 |
* | Port LongArray from Java and use in F2mFieldElement | Peter Dettman | 2014-01-22 | 4 | -157/+2091 |
* | BMA-119 | Peter Dettman | 2014-01-21 | 2 | -1202/+1097 |
* | Fix up openssl test cases | Peter Dettman | 2014-01-21 | 2 | -690/+689 |
* | Remove DerUnknownTag class | Peter Dettman | 2014-01-21 | 2 | -85/+0 |
* | Stop using DerUnknownTag (throw exceptions during parsing instead) | Peter Dettman | 2014-01-21 | 4 | -464/+457 |
* | BMA-118 | Peter Dettman | 2014-01-21 | 1 | -95/+88 |
* | Reformat | Peter Dettman | 2014-01-21 | 1 | -44/+42 |
* | BMA-116 | Peter Dettman | 2014-01-21 | 3 | -249/+266 |
* | Fix Equals methods | Peter Dettman | 2014-01-21 | 2 | -27/+28 |
* | Fix digest test constructors | Peter Dettman | 2014-01-21 | 15 | -261/+261 |
* | Update for timw | Peter Dettman | 2014-01-21 | 1 | -1/+1 |
* | Add new files to project, rename Sm3 to SM3 | Peter Dettman | 2014-01-21 | 4 | -17/+92 |
* | Fix up merge | Peter Dettman | 2014-01-21 | 2 | -12/+29 |
* | Merge branch 'feature/threefish-skein-memoable-sm3' of git://github.com/timw/... | Peter Dettman | 2014-01-21 | 53 | -1947/+5149 |
|\ |
|
| * | Port HMac optimisation using Memoable digests from bc-java. | Tim Whittington | 2013-10-20 | 1 | -7/+37 |
| * | Refactor digest tests to subclass DigestTest, the same as bc-java. | Tim Whittington | 2013-10-20 | 14 | -1869/+644 |
| * | Port SM3 digest implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 4 | -0/+405 |
| * | Port Memoable digest support from bc-java. | Tim Whittington | 2013-10-20 | 25 | -96/+536 |
| * | Port SkeinDigest and SkeinMac from bc-java. | Tim Whittington | 2013-10-20 | 9 | -0/+1847 |
| * | Port of Threefish implementation from bc-java. | Tim Whittington | 2013-10-20 | 8 | -1/+1737 |
* | | Merge branch 'pkix-validator-throw' of git://github.com/jstedfast/bc-csharp i... | Peter | 2014-01-21 | 1 | -5/+5 |
|\ \ |
|
| * | | Need to throw the new exceptions rather than leaving them to fall into the void | Jeffrey Stedfast | 2013-11-24 | 1 | -5/+5 |
* | | | Bring EC performance test up-to-date with Java version | Peter Dettman | 2014-01-21 | 1 | -53/+109 |
* | | | Add new classes in Math.Field and some other EC-related stuff from Java | Peter Dettman | 2014-01-21 | 12 | -0/+540 |
* | | | Use ECCurve.CreatePoint | Peter Dettman | 2014-01-21 | 1 | -430/+428 |
* | | | Formatting | Peter Dettman | 2014-01-21 | 1 | -714/+714 |
* | | | Formatting | Peter Dettman | 2014-01-21 | 1 | -1173/+1173 |
* | | | Add target frameworks for mono-3.5 and -4.0 | Peter | 2014-01-21 | 1 | -0/+14 |
* | | | Make typed Equals methods public (and virtual) | Peter Dettman | 2014-01-21 | 1 | -3/+3 |
* | | | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2014-01-21 | 2 | -13/+25 |
|\ \ \ |
|
| * | | | added Camellia tags | David Hook | 2014-01-15 | 1 | -2/+11 |
| * | | | added Camellia tags | David Hook | 2014-01-15 | 1 | -11/+14 |
* | | | | Remove old MonoDevelop project files, since MonoDevelop now supports the Visu... | Peter Dettman | 2014-01-21 | 3 | -2371/+0 |
* | | | | Make static utility classes abstract instead of sealed | Peter Dettman | 2014-01-21 | 6 | -298/+288 |
* | | | | Bring Fp field element code mostly up-to-date with Java version | Peter Dettman | 2014-01-21 | 2 | -778/+800 |
* | | | | Fix XML comments | Peter Dettman | 2014-01-21 | 2 | -5/+5 |
|/ / / |
|
* | | | 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 |
* | | | Make date format consistent with Java tests | Peter Dettman | 2013-12-29 | 3 | -9/+9 |
* | | | Use Platform.ToUpperInvariant | Peter Dettman | 2013-12-18 | 1 | -1/+1 |
* | | | Port of PrfAlgorithm and ProtocolVersion from Java TLS | Peter Dettman | 2013-12-18 | 4 | -0/+196 |
* | | | Factor out variation of MacUtilities.DoFinal | Peter Dettman | 2013-12-18 | 2 | -4/+8 |
* | | | Clean up all the special handling for IDEA stuff, back to a single release as... | Peter Dettman | 2013-12-17 | 14 | -3115/+3035 |
* | | | More porting from Java TLS, mainly enum replacement | Peter Dettman | 2013-12-17 | 28 | -821/+1100 |
* | | | A round of porting from Java TLS | Peter Dettman | 2013-12-17 | 29 | -1196/+1748 |
* | | | Add methods for converting from BC RSAPrivateKeyStructure | Peter Dettman | 2013-12-07 | 1 | -13/+34 |
* | | | Use Negate() to simplify | Peter Dettman | 2013-12-05 | 1 | -1/+1 |
* | | | Add ECFieldElement.GetEncoded() method | Peter Dettman | 2013-12-05 | 1 | -2/+7 |
* | | | Always apply sign guard | Peter Dettman | 2013-12-03 | 1 | -4/+4 |
|/ / |
|
* | | Use 1/n-1 record splitting instead of 0/n | Peter Dettman | 2013-11-20 | 1 | -13/+24 |
* | | Auto-initialize random if necessary | Peter Dettman | 2013-11-11 | 1 | -0/+5 |
* | | Don't require there to be any digests, to allow in particular for a certs-onl... | Peter Dettman | 2013-11-10 | 2 | -5/+20 |
* | | Port from Java of improvements to DerBoolean and DerEnumerated | Peter Dettman | 2013-11-03 | 3 | -61/+97 |
* | | Add Poly1305 contributors entry | Peter Dettman | 2013-11-02 | 1 | -1/+1 |
* | | Fix comments | Peter Dettman | 2013-11-02 | 1 | -4/+5 |
* | | Merge branch 'feature/poly1305' of git://github.com/timw/bc-csharp | Peter Dettman | 2013-11-02 | 6 | -0/+808 |
|\ \ |
|
| * | | Port Poly1305 Mac implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 5 | -0/+793 |
| |/ |
|
* | | Add contributor entries for recent patches | Peter Dettman | 2013-11-02 | 1 | -0/+6 |
* | | Fix namespace | Peter Dettman | 2013-11-01 | 1 | -5/+7 |
* | | Clone bytes in constructor since it may be using a temp buffer in the ASN.1 p... | Peter Dettman | 2013-11-01 | 1 | -1/+1 |
* | | Add EnumeratedTest class | Peter Dettman | 2013-11-01 | 3 | -0/+119 |
* | | Minor edit to comment | Peter Dettman | 2013-11-01 | 1 | -1/+1 |
* | | Add GMac classes to project file | Peter Dettman | 2013-11-01 | 1 | -0/+10 |
* | | Merge branch 'feature/gmac' of git://github.com/timw/bc-csharp | Peter Dettman | 2013-11-01 | 7 | -0/+311 |
|\ \ |
|
| * | | Port GMac implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 7 | -0/+311 |
| |/ |
|
* | | Fix XML comment | Peter Dettman | 2013-11-01 | 1 | -306/+307 |
* | | Add new classes for ChaCha and XSalsa20 | Peter Dettman | 2013-11-01 | 1 | -0/+20 |
* | | Fix length in ShiftLeft | Peter Dettman | 2013-11-01 | 1 | -1/+1 |
* | | Restore dodgy file | Peter Dettman | 2013-11-01 | 1 | -0/+0 |
* | | Remove dodgy file | Peter Dettman | 2013-11-01 | 1 | -0/+0 |
* | | Merge branch 'feature/latin-dances' of git://github.com/timw/bc-csharp | Peter Dettman | 2013-11-01 | 8 | -109/+1006 |
|\ \ |
|
| * | | Use xmldoc for documentation of Salsa20/XSalsa20/ChaCha | Tim Whittington | 2013-10-19 | 3 | -45/+37 |
| * | | Make ChaCha and Salsa20 engines CLSCompliant. | Tim Whittington | 2013-10-18 | 2 | -7/+5 |