| Commit message (Expand) | Author | Age | Files | Lines |
* | prep release for 1.8.0-rc2 pcl-v1.8.0-rc2 | Oren Novotny | 2015-07-30 | 3 | -1/+3 |
* | update readme | Oren Novotny | 2015-07-30 | 1 | -1/+0 |
* | Sign assembly to match bcgit and resolve #3. Needs to use real bc snk file wh... | Oren Novotny | 2015-07-30 | 3 | -3/+13 |
* | Add support for dotnet and running on CoreCLR | Oren Novotny | 2015-07-30 | 3 | -42/+61 |
* | Merge branch 'master-vs12' into pcl | Oren Novotny | 2015-07-30 | 44 | -136/+2333 |
|\ |
|
| * | Merge branch 'master' into master-vs12 | Oren Novotny | 2015-07-30 | 44 | -136/+2333 |
| |\ |
|
| | * | Move lazy initialization under lock | Peter Dettman | 2015-06-26 | 1 | -16/+19 |
| | * | Latest custom EC updates from Java API | Peter Dettman | 2015-06-19 | 15 | -12/+1484 |
| | * | Merge branch 'FancyFon-master' | Peter Dettman | 2015-06-17 | 2 | -4/+2 |
| | |\ |
|
| | | * | Merge branch 'master' of https://github.com/FancyFon/bc-csharp into FancyFon-... | Peter Dettman | 2015-06-17 | 2 | -4/+2 |
| | |/| |
|
| | | * | Changed PkixCertPathChecker Check method signature, so chosen unsupported cer... | Marcin Paszylk | 2015-06-16 | 2 | -4/+2 |
| | * | | Performance optimization | Peter Dettman | 2015-06-12 | 1 | -14/+42 |
| | * | | Improve limit-testing to avoid overflow problems | Peter Dettman | 2015-06-11 | 1 | -3/+3 |
| | * | | Add new class Primes | Peter Dettman | 2015-06-11 | 2 | -0/+287 |
| | |/ |
|
| | * | Add range checks to F2m field elements | Peter Dettman | 2015-06-09 | 9 | -8/+11 |
| | * | Merge branch 'bartland-pkcs5v2sha2' | Peter Dettman | 2015-05-27 | 1 | -70/+126 |
| | |\ |
|
| | | * | Code cleanup | Peter Dettman | 2015-05-27 | 1 | -59/+69 |
| | | * | Merge branch 'pkcs5v2sha2' of https://github.com/bartland/bc-csharp into bart... | Peter Dettman | 2015-05-27 | 1 | -13/+59 |
| | |/| |
|
| | | * | Support (low-level) for non-default PRFs for PKCS5v2 | bartland | 2015-04-10 | 1 | -13/+59 |
| | | * | Merge pull request #1 from bcgit/master | bartland | 2015-04-09 | 305 | -3181/+25127 |
| | | |\ |
|
| | * | | | Change default DH group chosen by TLS server to 2048 bits | Peter Dettman | 2015-05-25 | 5 | -16/+36 |
| | * | | | Port recent Java updates | Peter Dettman | 2015-04-18 | 9 | -5/+331 |
| | * | | | Remove overly strict check on ECC extensions | Peter Dettman | 2015-04-11 | 1 | -2/+6 |
| | | |/
| | |/| |
|
* | | | | Add Sys.Runtime PCL | Oren Novotny | 2015-04-25 | 8 | -10/+154 |
* | | | | nuspec ver | Oren Novotny | 2015-04-25 | 1 | -1/+1 |
* | | | | Merge branch 'master-vs12' into pcl | Oren Novotny | 2015-04-25 | 300 | -3351/+24672 |
|\| | | |
|
| * | | | Merge branch 'master' into master-vs12 | Oren Novotny | 2015-04-25 | 299 | -3351/+24673 |
| |\| | |
|
| | * | | Update version to 1.8.0-RC.1 prior to release release-1.8.0-RC.1 | Peter Dettman | 2015-03-30 | 1 | -1/+1 |
| | * | | ValidDays only returns 0 if there is no expiry, and is Obsolete | Peter Dettman | 2015-03-27 | 1 | -21/+26 |
| | * | | Improved docs and code cleanup | Peter Dettman | 2015-03-26 | 1 | -46/+11 |
| | * | | Provide a KeyContainerName when creating an RSACryptoServiceProvider | Peter Dettman | 2015-03-26 | 1 | -1/+3 |
| | * | | Retain the OID actually used when initialized by keysize | Peter Dettman | 2015-03-26 | 1 | -0/+1 |
| | * | | Merge branch 'jstedfast-smime-capabilities' | Peter Dettman | 2015-03-26 | 1 | -0/+6 |
| | |\ \ |
|
| | | * | | Added AES, IDEA, and CAST5 CBC S/MIME Capability identifiers | Jeffrey Stedfast | 2015-03-26 | 1 | -0/+6 |
| | |/ / |
|
| | * | | F2mCurve cleanup | Peter Dettman | 2015-03-26 | 3 | -6/+30 |
| | * | | Merge branch 'mpsinfo-duplicatedigest' | Peter Dettman | 2015-03-25 | 1 | -8/+14 |
| | |\ \ |
|
| | | * | | Formatting | Peter Dettman | 2015-03-25 | 1 | -1/+2 |
| | | * | | Merge branch 'duplicatedigest' of https://github.com/mpsinfo/bc-csharp into m... | Peter Dettman | 2015-03-25 | 1 | -8/+13 |
| | | |\ \ |
|
| | | | * | | Correct duplicate key exception when more than one signer use the same digest... | Carlos Alberto Costa Beppler | 2015-03-24 | 1 | -8/+13 |
| | * | | | | Include ANSSI curves in getByOID lookup | Peter Dettman | 2015-03-25 | 1 | -1/+6 |
| | * | | | | Delete spurious file | Peter Dettman | 2015-03-24 | 1 | -1985/+0 |
| | * | | | | Add custom implementations of SEC binary curves | Peter Dettman | 2015-03-24 | 50 | -1/+12040 |
| | * | | | | Add GetHashCode methods for ulong[] | Peter Dettman | 2015-03-24 | 1 | -0/+42 |
| | * | | | | Custom curves for secp128r1 and secp160r1/r2/k1 | Peter Dettman | 2015-03-24 | 16 | -32/+2820 |
| | * | | | | Only test each named curve once | Peter Dettman | 2015-03-24 | 1 | -1/+3 |
| | |/ / / |
|
| | * | | | F2m changes in preparation for custom binary curves | Peter Dettman | 2015-03-23 | 5 | -376/+354 |
| | * | | | Fix case-handling for custom curve names | Peter Dettman | 2015-03-23 | 1 | -16/+26 |
| | * | | | Math.Raw support for custom binary curves | Peter Dettman | 2015-03-23 | 43 | -46/+2430 |
| | * | | | Improve handling of extensions for session resumption | Peter Dettman | 2015-03-23 | 8 | -224/+2258 |
| | * | | | Reduce memory usage of INTERLEAVE2_TABLE | Peter Dettman | 2015-03-23 | 1 | -1/+1 |
| | * | | | Add SquarePow method to ECFieldElement | Peter Dettman | 2015-03-23 | 1 | -8/+16 |
| | * | | | Add ANSSI curve FRP256v1 and refactor curve registries | Peter Dettman | 2015-03-23 | 9 | -70/+213 |
| | |/ / |
|
| | * | | Update TLS for draft-ietf-tls-session-hash-04 | Peter Dettman | 2015-03-10 | 9 | -50/+47 |
| | * | | Port of DTLS tests from Java | Peter Dettman | 2015-03-09 | 13 | -14/+775 |
| | * | | Port of TlsTestSuite from Java, and misc. TLS code | Peter Dettman | 2015-03-09 | 27 | -178/+1325 |
| | * | | Remove extraneous class reference | Peter Dettman | 2015-03-09 | 1 | -1/+1 |
| | * | | Add constants for GNU protection modes | Peter Dettman | 2015-03-09 | 1 | -0/+2 |
| | * | | Add SignerUtilities handling for X931Signer | Peter Dettman | 2015-03-09 | 2 | -2/+21 |
| | * | | Port X931Signer and tests from Java | Peter Dettman | 2015-03-09 | 14 | -48/+438 |
| | * | | Refactor TLS ciphersuite processing | Peter Dettman | 2015-03-09 | 9 | -1493/+652 |
| | * | | Porting from Java build | Peter Dettman | 2015-03-09 | 41 | -263/+1693 |
| | * | | Port TLS-PSK tests from Java | Peter Dettman | 2015-03-08 | 4 | -0/+332 |
| | * | | Don't override default ciphersuites in test | Peter Dettman | 2015-03-08 | 1 | -12/+12 |
| | * | | Spelling fixes | Peter Dettman | 2015-03-08 | 5 | -6/+6 |
| | * | | Clear the shared secret after use | Peter Dettman | 2015-03-08 | 1 | -4/+10 |
| | * | | Add newer TLS test data from Java build | Peter Dettman | 2015-03-08 | 10 | -3/+176 |
| | * | | Guard against small private keys, and optimize for common public exponents | Peter Dettman | 2015-03-08 | 1 | -18/+18 |
| | * | | Add explicit delegate type to keep .NET 1.1 happy | Peter Dettman | 2015-03-08 | 1 | -1/+1 |
| | * | | Port of some of the TLS tests from Java | Peter Dettman | 2015-03-07 | 5 | -0/+342 |
| | * | | Various updates from Java build | Peter Dettman | 2015-03-07 | 56 | -584/+666 |
| | * | | 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 |
* | | | | Unified Xamarin | Boris Scheiman | 2015-04-01 | 1 | -3/+3 |
* | | | | Update nuspec 1.8.0-beta4-update1 | Oren Novotny | 2015-02-19 | 1 | -3/+3 |
* | | | | Adapt for PCL | Oren Novotny | 2015-02-19 | 3 | -25672/+6 |
* | | | | Merge branch 'master-vs12' into pcl | Oren Novotny | 2015-02-19 | 53 | -844/+4617 |
|\| | | |
|
| * | | | Merge remote-tracking branch 'upstream/master' into master-vs12 | Oren Novotny | 2015-02-19 | 52 | -843/+4616 |
| |\| | |
|
| | * | | Port of WNaf precomp optimization from Java | Peter Dettman | 2015-02-08 | 3 | -36/+140 |
| | * | | Update copyright year | Peter Dettman | 2015-02-08 | 2 | -2/+2 |
| | * | | Spelling fixes | Peter Dettman | 2015-02-05 | 1 | -2/+2 |
| | * | | Port of recent TLS-PSK work from Java build | Peter Dettman | 2015-01-22 | 12 | -85/+605 |
| | |/ |
|
| | * | 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 Sup... | Peter Dettman | 2014-12-11 | 1 | -8/+36 |
| | * | 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 | 12 | -0/+2934 |
| | * | Implement draft-bmoeller-tls-downgrade-scsv-02 | Peter Dettman | 2014-10-15 | 8 | -4/+77 |
| * | | Merge branch 'master' into master-vs12 | Oren Novotny | 2014-10-14 | 1 | -1/+1 |
| |\| |
|
| | * | Update version to beta.5 following beta.4 release | Peter Dettman | 2014-09-28 | 1 | -1/+1 |
* | | | Update nuspec for beta 4 and enable gitlink release-1.8.0-beta4-pcl | Oren Novotny | 2014-10-14 | 2 | -3/+3 |
* | | | Merge master-v12 into pcl. Includes 1.8-beta4 | Oren Novotny | 2014-10-14 | 36 | -799/+12901 |
|\| | |
|
| * | | Update ignore file | Oren Novotny | 2014-10-14 | 1 | -1/+3 |
| * | | Merge branch 'master' into master-vs12 | Oren Novotny | 2014-10-14 | 26 | -938/+1404 |
| |\| |
|
| | * | Use platform RNG as master, where available release-1.8.0-beta.4 | Peter Dettman | 2014-09-28 | 3 | -115/+154 |
| | * | Formatting | Peter Dettman | 2014-09-28 | 1 | -205/+205 |
| | * | Merge branch 'rahvee-master' | Peter Dettman | 2014-09-28 | 1 | -16/+18 |
| | |\ |
|
| | | * | 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 outp... | Edward Ned Harvey | 2014-08-05 | 1 | -3/+1 |
| | | * | GetInstance() returns a seeded instance. If you want an unseeded instance, yo... | Edward Ned Harvey | 2014-08-05 | 1 | -10/+6 |
| | | * | SecureRandom ctor: given this is a sha1Generator, seed with 20 bytes instead ... | Edward Ned Harvey | 2014-08-05 | 1 | -1/+1 |
| | | * | 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 |
| | * | | Refactoring | Peter Dettman | 2014-09-17 | 1 | -138/+139 |
| | * | | Constants and support functions for draft-ietf-tls-negotiated-ff-dhe-01 | Peter Dettman | 2014-08-28 | 4 | -2/+408 |
| | * | | 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 |
| | * | | 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 | 7 | -31/+101 |
| | * | | Add methods to give readable text for alerts | Peter Dettman | 2014-08-26 | 5 | -9/+101 |
| | * | | Cleanup obsolete code warnings | Peter Dettman | 2014-08-26 | 3 | -5/+4 |
| * | | | skip slow tests | Oren Novotny | 2014-08-27 | 2 | -0/+2 |
| * | | | Add VS 2013 sln | Oren Novotny | 2014-08-27 | 11 | -9/+201 |
* | | | | Rename csproj to avoid conflicts | Oren Novotny | 2014-10-14 | 3 | -3/+3 |
* | | | | Release 1.8 beta 3 v1.8-beta3 | Oren Novotny | 2014-08-27 | 2 | -11/+1 |
* | | | | Fix bugs based on tests. | Oren Novotny | 2014-08-27 | 10 | -22/+31 |
* | | | | Fix bugs from tests | Oren Novotny | 2014-08-27 | 8 | -19/+15 |
* | | | | Add unit test files | Oren Novotny | 2014-08-27 | 18 | -524/+3131 |
* | | | | Fix remaining compile errors | Oren Novotny | 2014-08-27 | 12 | -44/+56 |
* | | | | Add assm ver | Oren Novotny | 2014-08-27 | 2 | -3/+27 |
* | | | | Initial re-migration from original code | Oren Novotny | 2014-08-26 | 49 | -365/+449 |
* | | | | Convert proj back to PCL | Oren Novotny | 2014-08-26 | 1 | -11537/+3993 |
|/ / / |
|
* | | | Merge in bc-git to this repo | Oren Novotny | 2014-08-26 | 2465 | -37914/+278105 |
|\| | |
|
| * | | 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 | 5 | -2/+976 |
| * | | Fix NAnt build issue | Peter Dettman | 2014-08-24 | 1 | -1/+2 |
| * | | Exclude some files in the TLS test data | Peter Dettman | 2014-08-24 | 1 | -0/+1 |
| * | | Fix initial bugs revealed by new TLS test | Peter Dettman | 2014-08-24 | 2 | -4/+8 |
| * | | Fix TLS test namespace | Peter Dettman | 2014-08-24 | 3 | -4/+4 |
| * | | Finish initial porting of TLS 1.2 client from Java API | Peter Dettman | 2014-08-24 | 17 | -1370/+3423 |
| * | | Add TLS test data from Java API | Peter Dettman | 2014-08-24 | 11 | -0/+207 |
| * | | Obsolete class/method cleanup | Peter Dettman | 2014-08-24 | 14 | -193/+7 |
| * | | Port latest TLS key exchange stuff from Java API | Peter Dettman | 2014-08-23 | 14 | -702/+1437 |
| * | | More TLS porting from Java API | Peter Dettman | 2014-08-22 | 15 | -157/+721 |
| * | | More TLS porting from Java API | Peter Dettman | 2014-08-22 | 20 | -558/+1882 |
| * | | 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 | 24 | -711/+1944 |
| * | | 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 | 37 | -325/+957 |
| * | | Bring RsaDigestSigner uptodate with Java API | Peter Dettman | 2014-08-20 | 2 | -102/+92 |
| * | | Add Times utility class | Peter Dettman | 2014-08-20 | 2 | -0/+19 |
| * | | Port of Deterministic-DSA from Java API | Peter Dettman | 2014-08-20 | 8 | -20/+838 |
| * | | 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 | 13 | -97/+930 |
| * | 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 |
| * | Improve git ignore list | Peter Dettman | 2014-07-24 | 1 | -3/+12 |
| * | More porting from Java TLS | Peter Dettman | 2014-07-23 | 4 | -85/+876 |
| * | 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 | 17 | -71/+901 |
| * | Add automatic EC point validation for decoded points and for multiplier outputs | Peter Dettman | 2014-07-23 | 24 | -494/+375 |
| * | 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 |
| * | Port of PrivateKeyInfo changes from Java | Peter Dettman | 2014-07-21 | 5 | -1293/+1302 |
| * | Port update from Java | Peter Dettman | 2014-07-21 | 1 | -2/+3 |
| * | [BMA-117] | Peter Dettman | 2014-07-21 | 1 | -41/+41 |
| * | Port a few Java openpgp updates | Peter Dettman | 2014-07-21 | 7 | -971/+1265 |
| * | 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 | 4 | -266/+275 |
| * | Reduce the number of test cases | Peter Dettman | 2014-07-21 | 1 | -1/+1 |
| * | De-tabify | Peter Dettman | 2014-07-21 | 1 | -176/+176 |
| * | Port of latest GCM/OCB changes | Peter Dettman | 2014-07-21 | 5 | -74/+389 |
| * | 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 |
| * | De-tabify | Peter Dettman | 2014-07-21 | 1 | -458/+458 |
| * | Asterisk the default coordinates for each curve | Peter Dettman | 2014-07-02 | 1 | -3/+5 |
| * | Use higher precision approximations for g1/g2 (GLV Type B) | Peter Dettman | 2014-07-02 | 2 | -21/+21 |
| * | Port ECAlgorithmsTest from Java | Peter Dettman | 2014-07-01 | 4 | -5/+162 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | Update version to beta.4 following beta.3 release | Peter Dettman | 2014-04-10 | 1 | -1/+1 |
| * | 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 |