Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Guard against small private keys, and optimize for common public exponents | Peter Dettman | 2015-03-08 | 1 | -18/+18 | |
| | | ||||||
* | | Various updates from Java build | Peter Dettman | 2015-03-07 | 54 | -582/+611 | |
| | | ||||||
* | | Tighten ChangeCipherSpec ordering checks | Peter Dettman | 2015-03-06 | 1 | -0/+8 | |
| | | ||||||
* | | Refuse client-initiated renegotiation gracefully | Peter Dettman | 2015-03-06 | 3 | -9/+18 | |
| | | ||||||
* | | Improved handling for out-of-order Finished message | Peter Dettman | 2015-03-06 | 1 | -2/+10 | |
| | | ||||||
* | | Fix parsing of implicit tagged object | Peter Dettman | 2015-02-23 | 1 | -2/+2 | |
| | | ||||||
* | | Port of WNaf precomp optimization from Java | Peter Dettman | 2015-02-08 | 3 | -36/+140 | |
| | | ||||||
* | | Update copyright year | Peter Dettman | 2015-02-08 | 1 | -1/+1 | |
| | | ||||||
* | | Spelling fixes | Peter Dettman | 2015-02-05 | 1 | -2/+2 | |
| | | ||||||
* | | Port of recent TLS-PSK work from Java build | Peter Dettman | 2015-01-22 | 11 | -85/+590 | |
| | | ||||||
* | | TLS update from Java | Peter Dettman | 2014-12-31 | 1 | -9/+17 | |
| | | ||||||
* | | Various updates to GCM from Java build | Peter Dettman | 2014-12-16 | 5 | -197/+217 | |
| | | ||||||
* | | Add ECDHE_ECDSA CCM ciphersuites from RFC 7251 | Peter Dettman | 2014-12-11 | 6 | -0/+44 | |
| | | ||||||
* | | Add some more Verisign OIDs | Peter Dettman | 2014-12-11 | 1 | -28/+33 | |
| | | ||||||
* | | Port of unexpected server extension mechanism, including special case for ↵ | Peter Dettman | 2014-12-11 | 1 | -8/+36 | |
| | | | | | | | | Supported Elliptic Curves | |||||
* | | Port of a few Java updates | Peter Dettman | 2014-12-11 | 5 | -472/+509 | |
| | | ||||||
* | | Update draft references after rename | Peter Dettman | 2014-10-18 | 6 | -12/+12 | |
| | | ||||||
* | | Initial port of DTLS client/server from Java | Peter Dettman | 2014-10-17 | 11 | -0/+2879 | |
| | | ||||||
* | | Implement draft-bmoeller-tls-downgrade-scsv-02 | Peter Dettman | 2014-10-15 | 8 | -4/+77 | |
| | | ||||||
* | | Use platform RNG as master, where available release-1.8.0-beta.4 | Peter Dettman | 2014-09-28 | 2 | -111/+136 | |
| | | | | | | | | Obsolete seeded constructor in favour of GetInstance variant | |||||
* | | Formatting | Peter Dettman | 2014-09-28 | 1 | -205/+205 | |
| | | ||||||
* | | Merge branch 'master' of github.com:rahvee/bc-csharp into rahvee-master | Peter Dettman | 2014-09-28 | 1 | -16/+18 | |
|\ \ | ||||||
| * | | 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 | |
| | | | ||||||
* | | | Port of GenericSIgner fix from Java | Peter Dettman | 2014-09-28 | 1 | -114/+115 | |
| | | | ||||||
* | | | Early code-point assignment for draft-ietf-tls-session-hash | Peter Dettman | 2014-09-27 | 1 | -6/+6 | |
| | | | ||||||
* | | | Update comments now that encrypt-then-MAC is out of draft (RFC 7366) | Peter Dettman | 2014-09-27 | 3 | -10/+12 | |
| | | | ||||||
* | | | Constants and support functions for draft-ietf-tls-negotiated-ff-dhe-01 | Peter Dettman | 2014-08-28 | 3 | -2/+403 | |
| | | | ||||||
* | | | Small refactoring | Peter Dettman | 2014-08-28 | 1 | -7/+7 | |
| | | | ||||||
* | | | Minor improvements to MaxFragmentLength handling | Peter Dettman | 2014-08-28 | 2 | -11/+5 | |
| | | | ||||||
* | | | Formatting | Peter Dettman | 2014-08-28 | 1 | -12/+2 | |
| | | | ||||||
* | | | Refactor redundant blocks | Peter Dettman | 2014-08-27 | 1 | -296/+169 | |
| | | | | | | | | | | | | Support no-password operation (as best we can) | |||||
* | | | Improve sorting for SETs | Peter Dettman | 2014-08-27 | 1 | -53/+47 | |
| | | | ||||||
* | | | Extended master secret uses a different label in PRF | Peter Dettman | 2014-08-26 | 2 | -10/+13 | |
| | | | ||||||
* | | | Initial implementation of draft-ietf-tls-session-hash-01 | Peter Dettman | 2014-08-26 | 6 | -31/+99 | |
| | | | ||||||
* | | | Add methods to give readable text for alerts | Peter Dettman | 2014-08-26 | 3 | -1/+93 | |
| | | | ||||||
* | | | Cleanup obsolete code warnings | Peter Dettman | 2014-08-26 | 2 | -3/+2 | |
| | | | ||||||
* | | | Rework the nonce-random initialisation and avoid GenerateSeed | Peter Dettman | 2014-08-25 | 1 | -5/+8 | |
| | | | ||||||
* | | | Port TLS server impl/test from Java API | Peter Dettman | 2014-08-25 | 2 | -2/+746 | |
| | | | ||||||
* | | | Fix initial bugs revealed by new TLS test | Peter Dettman | 2014-08-24 | 2 | -4/+8 | |
| | | | ||||||
* | | | Finish initial porting of TLS 1.2 client from Java API | Peter Dettman | 2014-08-24 | 13 | -1370/+3032 | |
| | | | ||||||
* | | | Obsolete class/method cleanup | Peter Dettman | 2014-08-24 | 13 | -168/+7 | |
| | | | ||||||
* | | | Port latest TLS key exchange stuff from Java API | Peter Dettman | 2014-08-23 | 13 | -702/+1432 | |
| | | | ||||||
* | | | More TLS porting from Java API | Peter Dettman | 2014-08-22 | 14 | -157/+691 | |
| | | | ||||||
* | | | More TLS porting from Java API | Peter Dettman | 2014-08-22 | 19 | -558/+1822 | |
| | | | ||||||
* | | | Add support for a 'cause' Exception to TlsFatalAlert and use | Peter Dettman | 2014-08-22 | 11 | -36/+40 | |
| | | | ||||||
* | | | Cater for possibly null ecPointFormats | Peter Dettman | 2014-08-21 | 1 | -1/+4 | |
| | | | ||||||
* | | | More TLS ported from Java API | Peter Dettman | 2014-08-21 | 22 | -710/+1923 | |
| | | | ||||||
* | | | A few minor followups to the previous batch of TLS updates | Peter Dettman | 2014-08-20 | 5 | -8/+16 | |
| | | | ||||||
* | | | A round of TLS updates from Java API | Peter Dettman | 2014-08-20 | 36 | -325/+907 | |
| | | | ||||||
* | | | Bring RsaDigestSigner uptodate with Java API | Peter Dettman | 2014-08-20 | 2 | -102/+92 | |
| | | | ||||||
* | | | Add Times utility class | Peter Dettman | 2014-08-20 | 1 | -0/+14 | |
| | | | ||||||
* | | | Port of Deterministic-DSA from Java API | Peter Dettman | 2014-08-20 | 5 | -20/+306 | |
| | | | ||||||
* | | | Fix warning | Peter Dettman | 2014-08-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | BMA-125 Remove duplicate/wrong RIPEMD160/ECDSA entries | Peter Dettman | 2014-08-20 | 1 | -364/+361 | |
|/ / | ||||||
* | | Check point against cofactor after decompression | Peter Dettman | 2014-07-25 | 2 | -5/+10 | |
| | | ||||||
* | | Add GetCipherType method and refactor | Peter Dettman | 2014-07-24 | 1 | -41/+41 | |
| | | ||||||
* | | Another round of TLS porting from Java | Peter Dettman | 2014-07-24 | 12 | -97/+885 | |
| | | ||||||
* | | Add more variations of Check/IsValid | Peter Dettman | 2014-07-24 | 1 | -0/+34 | |
| | | ||||||
* | | Apply low-hamming-weight NAF check for more generators | Peter Dettman | 2014-07-24 | 3 | -90/+135 | |
| | | ||||||
* | | More porting from Java TLS | Peter Dettman | 2014-07-23 | 3 | -85/+871 | |
| | | ||||||
* | | Update cipher suites from Java | Peter Dettman | 2014-07-23 | 2 | -73/+127 | |
| | | ||||||
* | | Port of new TlsEccUtilities class from Java | Peter Dettman | 2014-07-23 | 16 | -71/+896 | |
| | | | | | | | | | | Various support methods in TlsUtilities and Arrays Fix short->byte for several enumeration types | |||||
* | | Add automatic EC point validation for decoded points and for multiplier outputs | Peter Dettman | 2014-07-23 | 23 | -463/+373 | |
| | | ||||||
* | | Update encrypt_then_mac entry | Peter Dettman | 2014-07-23 | 1 | -4/+2 | |
| | | ||||||
* | | Port of encoding fix from Java | Peter Dettman | 2014-07-22 | 1 | -2/+2 | |
| | | ||||||
* | | BMA-105 | Peter Dettman | 2014-07-21 | 3 | -121/+148 | |
| | | | | | | | | | | Support for parsing Gost3410x2001 private keys encoded as DER Integer Miscellaneous support methods ported from Java | |||||
* | | Port of PrivateKeyInfo changes from Java | Peter Dettman | 2014-07-21 | 4 | -515/+524 | |
| | | ||||||
* | | Port update from Java | Peter Dettman | 2014-07-21 | 1 | -2/+3 | |
| | | ||||||
* | | [BMA-117] | Peter Dettman | 2014-07-21 | 1 | -41/+41 | |
| | | | | | | | | Cope with redundant ExtendedKeyUsage entries | |||||
* | | Port a few Java openpgp updates | Peter Dettman | 2014-07-21 | 6 | -264/+274 | |
| | | ||||||
* | | Port constant-time extensions from Java | Peter Dettman | 2014-07-21 | 1 | -221/+371 | |
| | | ||||||
* | | Use AddTo/SubFrom and add a generic modular-addition method | Peter Dettman | 2014-07-21 | 1 | -7/+17 | |
| | | ||||||
* | | Port a few more GCM/GMac updates | Peter Dettman | 2014-07-21 | 2 | -94/+100 | |
| | | ||||||
* | | De-tabify | Peter Dettman | 2014-07-21 | 1 | -176/+176 | |
| | | ||||||
* | | Port of latest GCM/OCB changes | Peter Dettman | 2014-07-21 | 1 | -15/+13 | |
| | | ||||||
* | | Registerize inner loops | Peter Dettman | 2014-07-21 | 3 | -226/+184 | |
| | | ||||||
* | | De-tabify | Peter Dettman | 2014-07-21 | 3 | -1302/+1302 | |
| | | ||||||
* | | De-tabify | Peter Dettman | 2014-07-21 | 1 | -88/+88 | |
| | | ||||||
* | | Use higher precision approximations for g1/g2 (GLV Type B) | Peter Dettman | 2014-07-02 | 2 | -21/+21 | |
| | | ||||||
* | | Fix inverted sense of "negs" in ImplSumOfMultiplies (porting error) | Peter Dettman | 2014-06-30 | 1 | -1/+1 | |
|/ | ||||||
* | Check the low-bit of y is consistent with the header byte in hybrid EC point ↵ | Peter Dettman | 2014-05-19 | 1 | -6/+20 | |
| | | | | encodings | |||||
* | Port some minor updates from Java | Peter Dettman | 2014-04-17 | 1 | -4/+4 | |
| | ||||||
* | Set the SecureRandom more intelligently | Peter Dettman | 2014-04-16 | 2 | -144/+141 | |
| | | | | Change access modifiers to support subclassing | |||||
* | Add low-weight guard to ECKeyPairGenerator | Peter Dettman | 2014-04-16 | 1 | -2/+16 | |
| | ||||||
* | Check for low-weight numbers in DH parameter generation and RSA key generation | Peter Dettman | 2014-04-11 | 3 | -167/+207 | |
| | ||||||
* | Fixed-point-comb uses existing precomputation info if it's for the same _or ↵ release-1.8.0-beta.3 | Peter Dettman | 2014-04-10 | 3 | -9/+24 | |
| | | | | greater_ width as requested | |||||
* | Port from Java many of the new TLS classes and a few minor changes | Peter Dettman | 2014-04-06 | 25 | -45/+389 | |
| | ||||||
* | Move NullOutputStream to util/io | Peter Dettman | 2014-04-06 | 1 | -3/+1 | |
| | ||||||
* | 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 | 7 | -3/+118 | |
| | ||||||
* | 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 | 6 | -24/+670 | |
| | ||||||
* | Take advantage of GLV (when available) in sum-of-multiplies methods | Peter Dettman | 2014-03-14 | 1 | -7/+89 | |
| | ||||||
* | 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 | 1 | -0/+40 | |
| | ||||||
* | Port GLV implementation from Java | Peter Dettman | 2014-03-13 | 12 | -18/+404 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add new method | Peter Dettman | 2014-03-12 | 1 | -0/+9 | |
| | ||||||
* | Optimization (faster at all input lengths, but especially for long ↵ | Peter Dettman | 2014-03-11 | 1 | -17/+39 | |
| | | | | block-aligned inputs) | |||||
* | Optimize some of the addition/doubling internals | Peter Dettman | 2014-03-10 | 8 | -92/+114 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | | | | Reduction improvements in curve25519 and secp256r1 | |||||
* | Fix infinite loop issue when there is no sqrt | Peter Dettman | 2014-03-04 | 1 | -30/+55 | |
| | | | | Add test case to check that Sqrt returns null for non-squares | |||||
* | Remove some length-specific methods in favour of the Nat class | Peter Dettman | 2014-03-04 | 12 | -558/+487 | |
| | | | | | Add more method variations to Nat Use customized reductions in various fields | |||||
* | 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 | |
| | | | | Improved reduction in some fields | |||||
* | 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 | 6 | -0/+833 | |
| | ||||||
* | 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 | |
| | | | | Use Nat*.Copy methods in fields | |||||
* | 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; ↵ | Peter Dettman | 2014-02-26 | 15 | -30/+205 | |
| | | | | used to delay reduction in point doubling. | |||||
* | 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 | 5 | -0/+697 | |
| | ||||||
* | Special handling for zero-valued scalars | Peter Dettman | 2014-02-26 | 1 | -20/+38 | |
| | | | | Some optimizations for NAF generation | |||||
* | Refactoring in Sqrt() | Peter Dettman | 2014-02-25 | 1 | -13/+12 | |
| | ||||||
* | Add custom curve for secp224r1 (P-224) | Peter Dettman | 2014-02-25 | 6 | -0/+2003 | |
| | ||||||
* | 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 | 3 | -206/+262 | |
| | ||||||
* | Implement the 8m + 5 case from Pocklington's sqrt algorithm (seems to be ↵ | Peter Dettman | 2014-02-25 | 1 | -7/+45 | |
| | | | | only used by secp224k1) | |||||
* | 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 | 1 | -8/+19 | |
| | | | | Fix for UTC-type GeneralizedTime instances | |||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Provide SumOfMultiplies as an arbitrary-length generalization of ↵ | Peter Dettman | 2014-02-09 | 1 | -0/+91 | |
| | | | | SumOfTwoMultiplies | |||||
* | Update encoders from Java version, including catching invalid data instead ↵ | Peter Dettman | 2014-02-07 | 2 | -418/+448 | |
| | | | | of ignoring it | |||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | 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 | 3 | -19/+299 | |
| | ||||||
* | Add order/cofactor to Fp curves | Peter Dettman | 2014-02-04 | 4 | -460/+543 | |
| | ||||||
* | Initial work on a fixed-point comb multiplier | Peter Dettman | 2014-02-04 | 3 | -0/+126 | |
| | ||||||
* | For repeated doublings, use jacobian-modified coordinates internally ↵ | Peter Dettman | 2014-02-04 | 1 | -1/+83 | |
| | | | | irrespective of curve coordinates | |||||
* | Implement Karatsuba multiply/square on 512-bit numbers and use as basis for ↵ | Peter Dettman | 2014-02-03 | 4 | -63/+577 | |
| | | | | P-521 multiply/square | |||||
* | 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 | 1 | -1/+5 | |
| | ||||||
* | Add custom curve for secp521r1 (P-521) | Peter Dettman | 2014-02-01 | 8 | -109/+757 | |
| | ||||||
* | 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 ↵ | Peter Dettman | 2014-01-31 | 3 | -57/+55 | |
| | | | | accordingly | |||||
* | 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 | 10 | -0/+2214 | |
| | ||||||
* | 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 | 9 | -853/+848 | |
| | ||||||
* | Update copyrights and add missing Inc. | Peter Dettman | 2014-01-28 | 1 | -2/+2 | |
| | ||||||
* | 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 | 13 | -43/+255 | |
| | ||||||
* | Use custom curve if available | Peter Dettman | 2014-01-26 | 2 | -28/+10 | |
| | ||||||
* | Formatting | Peter Dettman | 2014-01-26 | 2 | -359/+359 | |
| | ||||||
* | When OCB is used with incrementing nonces, the cipher processing during ↵ | Peter Dettman | 2014-01-26 | 1 | -22/+35 | |
| | | | | initialization is only needed once every 64 inits. | |||||
* | Make class internal | Peter Dettman | 2014-01-26 | 1 | -1/+1 | |
| | ||||||
* | Port custom curve for secp256r1 from Java | Peter Dettman | 2014-01-26 | 5 | -1/+738 | |
| | ||||||
* | Tidy up comments | Peter Dettman | 2014-01-26 | 2 | -6/+2 | |
| | ||||||
* | Port custom curve for secp256k1 from Java | Peter Dettman | 2014-01-26 | 6 | -15/+1474 | |
| | ||||||
* | 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 | |
| | | | | Reformatting | |||||
* | 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 jacobian-modified the default coordinates for Fp | |||||
* | Make Barrett reduction available for more prime moduli | Peter Dettman | 2014-01-26 | 1 | -12/+6 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 1 | -66/+66 | |
| | ||||||
* | Some more EC point normalization | Peter Dettman | 2014-01-24 | 5 | -103/+102 | |
| | ||||||
* | Default to COORD_HOMOGENEOUS for Fp | Peter Dettman | 2014-01-24 | 1 | -1/+1 | |
| | ||||||
* | Implement very basic Barrett reduction as alternative to very slow ↵ | Peter Dettman | 2014-01-24 | 1 | -19/+41 | |
| | | | | BigInteger.Mod | |||||
* | Implementation of homogeneous coordinates for Fp | Peter Dettman | 2014-01-24 | 12 | -1314/+1676 | |
| | | | | | Various changes to point methods to deal with non-affine points Changes in client code and tests to apply point normalization | |||||
* | 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 | 11 | -578/+1056 | |
| | | | | | | | | - Z coordinates for points - More point normalization code - Curve management of point precomp info - Add WNafUtilities and use in multipliers/ECAlgorithms - Make various fields/classes protected/public | |||||
* | Use ImportPoint to make sure points are on same curve | Peter Dettman | 2014-01-23 | 1 | -15/+49 | |
| | | | | Add MontgomeryTrick method | |||||
* | 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 ↵ | Peter Dettman | 2014-01-23 | 4 | -495/+636 | |
| | | | | implementation for FpFieldElement | |||||
* | Avoid unnecessary multiplication in final ExtEuclid iteration | Peter Dettman | 2014-01-23 | 1 | -32/+16 | |
| | ||||||
* | Add foundations for supporting other coordinate systems | Peter Dettman | 2014-01-22 | 2 | -85/+226 | |
| | | | | | Add curve configuration Multipliers now live on the curve instead of points | |||||
* | 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 | 5 | -349/+385 | |
| | ||||||
* | Implement TwicePlus optimization in Fp curves | Peter Dettman | 2014-01-22 | 3 | -312/+439 | |
| | ||||||
* | Port LongArray from Java and use in F2mFieldElement | Peter Dettman | 2014-01-22 | 3 | -157/+2086 | |
| | ||||||
* | BMA-119 | Peter Dettman | 2014-01-21 | 1 | -601/+496 | |
| | | | | | Make GetValueList methods consistent Remove obsolete X509Name methods |