| Commit message (Expand) | Author | Files | Lines |
2015-10-21 | Renamed DoFinal to Value on IBlockResult. | David Hook | 1 | -1/+1 |
2015-10-18 | SigOutputStream removed from the other-platform path too. | Peter Dettman | 1 | -1/+1 |
2015-10-18 | Update version to 1.8.0-RC.2 release-1.8.0-RC.2 | Peter Dettman | 1 | -1/+1 |
2015-10-18 | PCL: No support for FileInfo/FileStream | Peter Dettman | 3 | -0/+6 |
2015-10-18 | http://www.bouncycastle.org/jira/browse/BMA-98 | Peter Dettman | 4 | -39/+261 |
2015-10-18 | Remove the 'debug' logging from NaccacheStern | Peter Dettman | 3 | -176/+34 |
2015-10-18 | PCL: Various non-IO changes | Peter Dettman | 30 | -46/+91 |
2015-10-18 | No SerializableAttribute in PCL | Peter Dettman | 41 | -41/+41 |
2015-10-18 | More SIC changes for consistency with Java API | Peter Dettman | 1 | -4/+6 |
2015-10-18 | Port extra test case from Java API | Peter Dettman | 1 | -3/+19 |
2015-10-18 | http://www.bouncycastle.org/jira/browse/BMA-82 | Peter Dettman | 4 | -7/+13 |
2015-10-18 | BMA-132 added support for ISignatureCalculator interface | David Hook | 1 | -39/+34 |
2015-10-18 | http://www.bouncycastle.org/jira/browse/BMA-113 | Peter Dettman | 4 | -25/+17 |
2015-10-18 | http://www.bouncycastle.org/jira/browse/BMA-128 | Peter Dettman | 3 | -3/+3 |
2015-10-18 | Followups for the SicBlockCipher changes | Peter Dettman | 2 | -3/+5 |
2015-10-18 | Add CalculateMac utility method | Peter Dettman | 1 | -0/+8 |
2015-10-18 | Switch to Strings.ToByteArray as is used in the Java API | Peter Dettman | 1 | -2/+2 |
2015-10-18 | SIC renamed to CTR, minimum IV length check added | Peter Dettman | 1 | -24/+24 |
2015-10-18 | http://www.bouncycastle.org/jira/browse/BMA-90 | Peter Dettman | 4 | -29/+24 |
2015-10-18 | Added missing key generation code | Peter Dettman | 1 | -0/+4 |
2015-10-17 | https://github.com/bcgit/bc-csharp/issues/37 | Peter Dettman | 11 | -89/+588 |
2015-10-17 | Fix various warnings from recent commits | Peter Dettman | 7 | -35/+35 |
2015-10-17 | Fix case of JPAKE filenames | Peter Dettman | 7 | -0/+0 |
2015-10-17 | Can't use var keyword in .NET 1.1 | Peter Dettman | 1 | -1/+1 |
2015-10-17 | Various JPAKE changes to fit existing code conventions | Peter Dettman | 13 | -375/+416 |
2015-10-17 | Refactoring | Peter Dettman | 1 | -12/+12 |
2015-10-17 | Fix whitespace and remove Dispose method | Peter Dettman | 2 | -93/+53 |
2015-10-17 | more commenting fixes | Alex van Poppelen | 1 | -8/+10 |
2015-10-17 | added DSA tests for SHA-2 | David Hook | 1 | -1/+27 |
2015-10-17 | cleaned up commenting a bit | Alex van Poppelen | 2 | -316/+263 |
2015-10-17 | Added test of SignerInfoGenerator | David Hook | 1 | -2/+97 |
2015-10-17 | Initial cut of SignerInfoGenerator for CMS | David Hook | 1 | -1/+1 |
2015-10-17 | Initial cut of SignerInfoGenerator | David Hook | 5 | -212/+506 |
2015-10-17 | ported jpake library and tests from java | Alex van Poppelen | 10 | -0/+2367 |
2015-10-16 | Port of non-blocking TLS API from Java | Peter Dettman | 8 | -29/+665 |
2015-10-16 | Refactoring | Peter Dettman | 4 | -464/+237 |
2015-10-16 | Avoid Interlocked.Increment(Int64) on .NET CF | Peter Dettman | 2 | -3/+23 |
2015-10-16 | Refactoring | Peter Dettman | 1 | -265/+116 |
2015-10-16 | Add new files to project | Peter Dettman | 1 | -0/+15 |
2015-10-16 | Further work of signature/verification calculators. | David Hook | 14 | -232/+430 |
2015-10-14 | Close files after reading | Peter Dettman | 1 | -2/+10 |
2015-10-14 | Port latest X9 EC stuff from Java API | Peter Dettman | 8 | -214/+224 |
2015-10-14 | Fixed single line file handling | Peter Dettman | 2 | -44/+77 |
2015-10-14 | Support "CMS" header | Peter Dettman | 1 | -0/+1 |
2015-10-14 | Consolidate all F2m decompression methods into AbstractF2m | Peter Dettman | 19 | -1735/+96 |
2015-10-14 | Add ECCDH as valid alias | Peter Dettman | 1 | -5/+5 |
2015-10-14 | Added "Lenstra" check | Peter Dettman | 1 | -97/+101 |
2015-10-14 | Added extra OIDs. | David Hook | 1 | -2/+28 |
2015-10-12 | Port of latest PGP tests and supporting code changes | Peter Dettman | 52 | -358/+17347 |
2015-10-12 | Add new file entries | Peter Dettman | 1 | -0/+25 |
2015-10-12 | removed bogus imports (old FilterStream) | David Hook | 3 | -84/+87 |
2015-10-12 | added EC MQV disclaimer | David Hook | 1 | -0/+13 |
2015-10-12 | Introduced Utilities.IO.FilterStream | David Hook | 5 | -3/+71 |
2015-10-12 | Fixed generics | David Hook | 8 | -30/+24 |
2015-10-12 | Initial cut of signature generation operators. | David Hook | 10 | -120/+746 |
2015-10-02 | Port of recent ISO trailer updates from Java | Peter Dettman | 5 | -102/+134 |
2015-10-01 | Add NIST OIDs and DigestUtilities entries for SHA3 | Peter Dettman | 2 | -2/+28 |
2015-09-10 | update | David Hook | 1 | -1/+1 |
2015-09-10 | update | David Hook | 1 | -1/+9 |
2015-09-07 | Correct 1605-bit test vector for SHA3-512 | Peter Dettman | 2 | -14/+8 |
2015-09-06 | Avoid duplicate test execution | Peter Dettman | 2 | -2/+0 |
2015-09-06 | Fix class declaration | Peter Dettman | 1 | -1/+1 |
2015-09-06 | Port of Keccak, SHA-3, SHAKE from Java | Peter Dettman | 11 | -784/+3203 |
2015-08-14 | Add Miller-Rabin methods | Peter Dettman | 1 | -45/+319 |
2015-08-14 | Add consistency checks with custom curves and regular | Peter Dettman | 1 | -6/+45 |
2015-08-14 | Refactor NextPacketTag() | Peter Dettman | 1 | -11/+7 |
2015-08-14 | Optimize (Inv_)Mcol methods in AES engines | Peter Dettman | 3 | -20/+55 |
2015-08-14 | Fix 64-bit multiply (not used) | Peter Dettman | 2 | -5/+73 |
2015-08-13 | Use Itoh-Tsujii inversion (with extended bases for some cases) | Peter Dettman | 18 | -18/+376 |
2015-08-13 | Switch from lookup table to bit twiddling | Peter Dettman | 1 | -42/+67 |
2015-06-26 | Move lazy initialization under lock | Peter Dettman | 1 | -16/+19 |
2015-06-19 | Latest custom EC updates from Java API | Peter Dettman | 15 | -12/+1484 |
2015-06-16 | Changed PkixCertPathChecker Check method signature, so chosen unsupported cer... | Marcin Paszylk | 2 | -4/+2 |
2015-06-12 | Add locking to lazy factory property | Peter Dettman | 1 | -6/+9 |
2015-06-12 | Performance optimization | Peter Dettman | 1 | -14/+42 |
2015-06-11 | Improve limit-testing to avoid overflow problems | Peter Dettman | 1 | -3/+3 |
2015-06-11 | Add new class Primes | Peter Dettman | 2 | -0/+287 |
2015-06-09 | Add range checks to F2m field elements | Peter Dettman | 9 | -8/+11 |
2015-05-27 | Code cleanup | Peter Dettman | 1 | -59/+69 |
2015-05-25 | Change default DH group chosen by TLS server to 2048 bits | Peter Dettman | 5 | -16/+36 |
2015-04-18 | Port recent Java updates | Peter Dettman | 9 | -5/+331 |
2015-04-11 | Remove overly strict check on ECC extensions | Peter Dettman | 1 | -2/+6 |
2015-04-10 | Support (low-level) for non-default PRFs for PKCS5v2 | bartland | 1 | -13/+59 |
2015-03-30 | Update version to 1.8.0-RC.1 prior to release release-1.8.0-RC.1 | Peter Dettman | 1 | -1/+1 |
2015-03-27 | ValidDays only returns 0 if there is no expiry, and is Obsolete | Peter Dettman | 1 | -21/+26 |
2015-03-26 | Improved docs and code cleanup | Peter Dettman | 1 | -46/+11 |
2015-03-26 | Provide a KeyContainerName when creating an RSACryptoServiceProvider | Peter Dettman | 1 | -1/+3 |
2015-03-26 | Retain the OID actually used when initialized by keysize | Peter Dettman | 1 | -0/+1 |
2015-03-26 | Added AES, IDEA, and CAST5 CBC S/MIME Capability identifiers | Jeffrey Stedfast | 1 | -0/+6 |
2015-03-26 | F2mCurve cleanup | Peter Dettman | 3 | -6/+30 |
2015-03-25 | Formatting | Peter Dettman | 1 | -1/+2 |
2015-03-25 | Include ANSSI curves in getByOID lookup | Peter Dettman | 1 | -1/+6 |
2015-03-24 | Delete spurious file | Peter Dettman | 1 | -1985/+0 |
2015-03-24 | Add custom implementations of SEC binary curves | Peter Dettman | 50 | -1/+12040 |
2015-03-24 | Add GetHashCode methods for ulong[] | Peter Dettman | 1 | -0/+42 |
2015-03-24 | Correct duplicate key exception when more than one signer use the same digest... | Carlos Alberto Costa Beppler | 1 | -8/+13 |
2015-03-24 | Custom curves for secp128r1 and secp160r1/r2/k1 | Peter Dettman | 16 | -32/+2820 |
2015-03-24 | Only test each named curve once | Peter Dettman | 1 | -1/+3 |
2015-03-23 | F2m changes in preparation for custom binary curves | Peter Dettman | 5 | -376/+354 |
2015-03-23 | Fix case-handling for custom curve names | Peter Dettman | 1 | -16/+26 |
2015-03-23 | Math.Raw support for custom binary curves | Peter Dettman | 43 | -46/+2430 |
2015-03-23 | Improve handling of extensions for session resumption | Peter Dettman | 8 | -224/+2258 |
2015-03-23 | Reduce memory usage of INTERLEAVE2_TABLE | Peter Dettman | 1 | -1/+1 |
2015-03-23 | Add SquarePow method to ECFieldElement | Peter Dettman | 1 | -8/+16 |
2015-03-23 | Add ANSSI curve FRP256v1 and refactor curve registries | Peter Dettman | 9 | -70/+213 |
2015-03-10 | Update TLS for draft-ietf-tls-session-hash-04 | Peter Dettman | 9 | -50/+47 |
2015-03-09 | Port of DTLS tests from Java | Peter Dettman | 13 | -14/+775 |
2015-03-09 | Port of TlsTestSuite from Java, and misc. TLS code | Peter Dettman | 27 | -178/+1325 |
2015-03-09 | Remove extraneous class reference | Peter Dettman | 1 | -1/+1 |
2015-03-09 | Add constants for GNU protection modes | Peter Dettman | 1 | -0/+2 |
2015-03-09 | Add SignerUtilities handling for X931Signer | Peter Dettman | 2 | -2/+21 |
2015-03-09 | Port X931Signer and tests from Java | Peter Dettman | 14 | -48/+438 |
2015-03-09 | Refactor TLS ciphersuite processing | Peter Dettman | 9 | -1493/+652 |
2015-03-09 | Porting from Java build | Peter Dettman | 41 | -263/+1693 |
2015-03-08 | Port TLS-PSK tests from Java | Peter Dettman | 4 | -0/+332 |
2015-03-08 | Don't override default ciphersuites in test | Peter Dettman | 1 | -12/+12 |
2015-03-08 | Spelling fixes | Peter Dettman | 5 | -6/+6 |
2015-03-08 | Clear the shared secret after use | Peter Dettman | 1 | -4/+10 |
2015-03-08 | Add newer TLS test data from Java build | Peter Dettman | 10 | -3/+176 |
2015-03-08 | Guard against small private keys, and optimize for common public exponents | Peter Dettman | 1 | -18/+18 |
2015-03-08 | Add explicit delegate type to keep .NET 1.1 happy | Peter Dettman | 1 | -1/+1 |
2015-03-07 | Port of some of the TLS tests from Java | Peter Dettman | 5 | -0/+342 |
2015-03-07 | Various updates from Java build | Peter Dettman | 56 | -584/+666 |
2015-03-06 | Tighten ChangeCipherSpec ordering checks | Peter Dettman | 1 | -0/+8 |
2015-03-06 | Refuse client-initiated renegotiation gracefully | Peter Dettman | 3 | -9/+18 |
2015-03-06 | Improved handling for out-of-order Finished message | Peter Dettman | 1 | -2/+10 |
2015-02-23 | Fix parsing of implicit tagged object | Peter Dettman | 1 | -2/+2 |
2015-02-08 | Port of WNaf precomp optimization from Java | Peter Dettman | 3 | -36/+140 |
2015-02-08 | Update copyright year | Peter Dettman | 2 | -2/+2 |
2015-02-05 | Spelling fixes | Peter Dettman | 1 | -2/+2 |
2015-01-22 | Port of recent TLS-PSK work from Java build | Peter Dettman | 12 | -85/+605 |
2014-12-31 | TLS update from Java | Peter Dettman | 1 | -9/+17 |
2014-12-16 | Various updates to GCM from Java build | Peter Dettman | 5 | -197/+217 |
2014-12-11 | Add ECDHE_ECDSA CCM ciphersuites from RFC 7251 | Peter Dettman | 6 | -0/+44 |
2014-12-11 | Add some more Verisign OIDs | Peter Dettman | 1 | -28/+33 |
2014-12-11 | Port of unexpected server extension mechanism, including special case for Sup... | Peter Dettman | 1 | -8/+36 |
2014-12-11 | Port of a few Java updates | Peter Dettman | 5 | -472/+509 |
2014-10-18 | Update draft references after rename | Peter Dettman | 6 | -12/+12 |
2014-10-17 | Initial port of DTLS client/server from Java | Peter Dettman | 12 | -0/+2934 |
2014-10-15 | Implement draft-bmoeller-tls-downgrade-scsv-02 | Peter Dettman | 8 | -4/+77 |
2014-09-28 | Update version to beta.5 following beta.4 release | Peter Dettman | 1 | -1/+1 |
2014-09-28 | Use platform RNG as master, where available release-1.8.0-beta.4 | Peter Dettman | 3 | -115/+154 |
2014-09-28 | Formatting | Peter Dettman | 1 | -205/+205 |
2014-09-28 | Port of GenericSIgner fix from Java | Peter Dettman | 1 | -114/+115 |
2014-09-27 | Early code-point assignment for draft-ietf-tls-session-hash | Peter Dettman | 1 | -6/+6 |
2014-09-27 | Update comments now that encrypt-then-MAC is out of draft (RFC 7366) | Peter Dettman | 3 | -10/+12 |
2014-09-17 | Refactoring | Peter Dettman | 1 | -138/+139 |
2014-08-28 | Constants and support functions for draft-ietf-tls-negotiated-ff-dhe-01 | Peter Dettman | 4 | -2/+408 |
2014-08-28 | Small refactoring | Peter Dettman | 1 | -7/+7 |
2014-08-28 | Minor improvements to MaxFragmentLength handling | Peter Dettman | 2 | -11/+5 |
2014-08-28 | Formatting | Peter Dettman | 1 | -12/+2 |
2014-08-27 | Refactor redundant blocks | Peter Dettman | 1 | -296/+169 |
2014-08-27 | Improve sorting for SETs | Peter Dettman | 1 | -53/+47 |
2014-08-26 | Extended master secret uses a different label in PRF | Peter Dettman | 2 | -10/+13 |
2014-08-26 | Initial implementation of draft-ietf-tls-session-hash-01 | Peter Dettman | 7 | -31/+101 |
2014-08-26 | Add methods to give readable text for alerts | Peter Dettman | 5 | -9/+101 |
2014-08-26 | Cleanup obsolete code warnings | Peter Dettman | 3 | -5/+4 |
2014-08-25 | Rework the nonce-random initialisation and avoid GenerateSeed | Peter Dettman | 1 | -5/+8 |
2014-08-25 | Port TLS server impl/test from Java API | Peter Dettman | 5 | -2/+976 |
2014-08-24 | Fix NAnt build issue | Peter Dettman | 1 | -1/+2 |
2014-08-24 | Exclude some files in the TLS test data | Peter Dettman | 1 | -0/+1 |
2014-08-24 | Fix initial bugs revealed by new TLS test | Peter Dettman | 2 | -4/+8 |
2014-08-24 | Fix TLS test namespace | Peter Dettman | 3 | -4/+4 |
2014-08-24 | Finish initial porting of TLS 1.2 client from Java API | Peter Dettman | 17 | -1370/+3423 |
2014-08-24 | Add TLS test data from Java API | Peter Dettman | 11 | -0/+207 |
2014-08-24 | Obsolete class/method cleanup | Peter Dettman | 14 | -193/+7 |
2014-08-23 | Port latest TLS key exchange stuff from Java API | Peter Dettman | 14 | -702/+1437 |
2014-08-22 | More TLS porting from Java API | Peter Dettman | 15 | -157/+721 |
2014-08-22 | More TLS porting from Java API | Peter Dettman | 20 | -558/+1882 |
2014-08-22 | Add support for a 'cause' Exception to TlsFatalAlert and use | Peter Dettman | 11 | -36/+40 |
2014-08-21 | Cater for possibly null ecPointFormats | Peter Dettman | 1 | -1/+4 |
2014-08-21 | More TLS ported from Java API | Peter Dettman | 24 | -711/+1944 |
2014-08-20 | A few minor followups to the previous batch of TLS updates | Peter Dettman | 5 | -8/+16 |
2014-08-20 | A round of TLS updates from Java API | Peter Dettman | 37 | -325/+957 |
2014-08-20 | Bring RsaDigestSigner uptodate with Java API | Peter Dettman | 2 | -102/+92 |
2014-08-20 | Add Times utility class | Peter Dettman | 2 | -0/+19 |
2014-08-20 | Port of Deterministic-DSA from Java API | Peter Dettman | 8 | -20/+838 |
2014-08-20 | Fix warning | Peter Dettman | 1 | -1/+1 |
2014-08-20 | BMA-125 Remove duplicate/wrong RIPEMD160/ECDSA entries | Peter Dettman | 1 | -364/+361 |
2014-08-05 | In SecureRandom, the usage of ReversedWindowGenerator only reordered the outp... | Edward Ned Harvey | 1 | -3/+1 |
2014-08-05 | GetInstance() returns a seeded instance. If you want an unseeded instance, yo... | Edward Ned Harvey | 1 | -10/+6 |
2014-08-05 | SecureRandom ctor: given this is a sha1Generator, seed with 20 bytes instead ... | Edward Ned Harvey | 1 | -1/+1 |
2014-08-05 | use CryptoApiRandomGenerator in addition to other entropy sources | Edward Ned Harvey | 1 | -1/+6 |
2014-08-05 | after seeding, pointlessly threw away the first few bytes. Removed. | Edward Ned Harvey | 1 | -1/+0 |
2014-08-05 | use 32 bytes instead of 24 for seed material from ThreadedSeedGenerator | Edward Ned Harvey | 1 | -1/+5 |
2014-07-25 | Check point against cofactor after decompression | Peter Dettman | 2 | -5/+10 |
2014-07-24 | Add GetCipherType method and refactor | Peter Dettman | 1 | -41/+41 |
2014-07-24 | Another round of TLS porting from Java | Peter Dettman | 13 | -97/+930 |
2014-07-24 | Add more variations of Check/IsValid | Peter Dettman | 1 | -0/+34 |
2014-07-24 | Apply low-hamming-weight NAF check for more generators | Peter Dettman | 3 | -90/+135 |
2014-07-24 | Improve git ignore list | Peter Dettman | 1 | -3/+12 |
2014-07-23 | More porting from Java TLS | Peter Dettman | 4 | -85/+876 |
2014-07-23 | Update cipher suites from Java | Peter Dettman | 2 | -73/+127 |
2014-07-23 | Port of new TlsEccUtilities class from Java | Peter Dettman | 17 | -71/+901 |
2014-07-23 | Add automatic EC point validation for decoded points and for multiplier outputs | Peter Dettman | 24 | -494/+375 |
2014-07-23 | Update encrypt_then_mac entry | Peter Dettman | 1 | -4/+2 |
2014-07-22 | Port of encoding fix from Java | Peter Dettman | 1 | -2/+2 |
2014-07-21 | BMA-105 | Peter Dettman | 3 | -121/+148 |
2014-07-21 | Port of PrivateKeyInfo changes from Java | Peter Dettman | 5 | -1293/+1302 |
2014-07-21 | Port update from Java | Peter Dettman | 1 | -2/+3 |
2014-07-21 | [BMA-117] | Peter Dettman | 1 | -41/+41 |
2014-07-21 | Port a few Java openpgp updates | Peter Dettman | 7 | -971/+1265 |
2014-07-21 | Port constant-time extensions from Java | Peter Dettman | 1 | -221/+371 |
2014-07-21 | Use AddTo/SubFrom and add a generic modular-addition method | Peter Dettman | 1 | -7/+17 |
2014-07-21 | Port a few more GCM/GMac updates | Peter Dettman | 4 | -266/+275 |
2014-07-21 | Reduce the number of test cases | Peter Dettman | 1 | -1/+1 |
2014-07-21 | De-tabify | Peter Dettman | 1 | -176/+176 |
2014-07-21 | Port of latest GCM/OCB changes | Peter Dettman | 5 | -74/+389 |
2014-07-21 | Registerize inner loops | Peter Dettman | 3 | -226/+184 |
2014-07-21 | De-tabify | Peter Dettman | 3 | -1302/+1302 |
2014-07-21 | De-tabify | Peter Dettman | 1 | -88/+88 |
2014-07-21 | De-tabify | Peter Dettman | 1 | -458/+458 |
2014-07-02 | Asterisk the default coordinates for each curve | Peter Dettman | 1 | -3/+5 |
2014-07-02 | Use higher precision approximations for g1/g2 (GLV Type B) | Peter Dettman | 2 | -21/+21 |
2014-07-01 | Port ECAlgorithmsTest from Java | Peter Dettman | 4 | -5/+162 |
2014-06-30 | Fix inverted sense of "negs" in ImplSumOfMultiplies (porting error) | Peter Dettman | 1 | -1/+1 |
2014-06-08 | Add support to specifying Hash Algo when adding a subkey and generating a key... | Carlos Perez | 4 | -6/+195 |
2014-05-19 | Check the low-bit of y is consistent with the header byte in hybrid EC point ... | Peter Dettman | 1 | -6/+20 |
2014-04-17 | Port some minor updates from Java | Peter Dettman | 1 | -4/+4 |
2014-04-16 | Set the SecureRandom more intelligently | Peter Dettman | 2 | -144/+141 |
2014-04-16 | Add low-weight guard to ECKeyPairGenerator | Peter Dettman | 1 | -2/+16 |
2014-04-11 | Check for low-weight numbers in DH parameter generation and RSA key generation | Peter Dettman | 3 | -167/+207 |
2014-04-10 | Update version to beta.4 following beta.3 release | Peter Dettman | 1 | -1/+1 |
2014-04-10 | Fixed-point-comb uses existing precomputation info if it's for the same _or g... release-1.8.0-beta.3 | Peter Dettman | 3 | -9/+24 |
2014-04-06 | Port from Java many of the new TLS classes and a few minor changes | Peter Dettman | 26 | -45/+479 |
2014-04-06 | Move NullOutputStream to util/io | Peter Dettman | 2 | -8/+6 |
2014-04-04 | Remove redundant Mac.Init calls | Peter Dettman | 1 | -3/+1 |
2014-04-04 | Use the TLS 1.0 PRF for the random block | Peter Dettman | 8 | -3/+128 |
2014-03-21 | Optimize Curve25519 point operations | Peter Dettman | 2 | -111/+214 |
2014-03-17 | Port of latest Curve25519 stuff from Java build | Peter Dettman | 9 | -30/+710 |
2014-03-14 | Take advantage of GLV (when available) in sum-of-multiplies methods | Peter Dettman | 1 | -7/+89 |
2014-03-14 | Change primary measurement to multiplication rate using fixed-duration rounds | Peter Dettman | 1 | -24/+47 |
2014-03-14 | Optimize squaring by inlining the ShiftUpBit | Peter Dettman | 3 | -118/+262 |
2014-03-14 | GlvMultiplier.cs missed in last commit | Peter Dettman | 2 | -0/+45 |
2014-03-13 | Port GLV implementation from Java | Peter Dettman | 13 | -18/+439 |
2014-03-13 | Fix bug in DoFinal introduced by last change | Peter Dettman | 1 | -18/+25 |
2014-03-13 | Add ScaleX, ScaleY methods to ECPoint | Peter Dettman | 1 | -0/+74 |
2014-03-13 | Add new CreateRawPoint method on ECCurve that includes the Z coords | Peter Dettman | 9 | -0/+52 |
2014-03-12 | All subclasses to control the choice of width to use | Peter Dettman | 1 | -2/+6 |
2014-03-12 | Allow subclasses to override the ECMultiplier used for base-point multiplication | Peter Dettman | 3 | -8/+21 |
2014-03-12 | Weight the performance test more towards random points | Peter Dettman | 1 | -3/+9 |
2014-03-12 | Add new method | Peter Dettman | 1 | -0/+9 |
2014-03-12 | Add extra random tests for SipHash to check consistency across different upda... | Peter Dettman | 1 | -0/+34 |
2014-03-11 | Optimization (faster at all input lengths, but especially for long block-alig... | Peter Dettman | 1 | -17/+39 |
2014-03-11 | Improve SipHashTest to cover varying update methods | Peter Dettman | 1 | -4/+50 |
2014-03-10 | Optimize some of the addition/doubling internals | Peter Dettman | 8 | -92/+114 |
2014-03-10 | Adapt performance test to exclude outliers form average | Peter Dettman | 1 | -15/+32 |
2014-03-10 | Add MultiplyAddToExt method to fields | Peter Dettman | 6 | -2/+71 |
2014-03-10 | Refactor temporary variables in reductions | Peter Dettman | 3 | -28/+30 |
2014-03-10 | Inline Reduce32 calls and registerize some values to avoid extra writes | Peter Dettman | 2 | -12/+53 |