]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2018-12-06 Loup VaillantDecoupled window widths, minimised stack usage
2018-12-05 Loup VaillantInlined window caching
2018-12-05 Loup VaillantOptimised addition of base point window
2018-12-05 Loup VaillantFully pre-compute the base point window
2018-12-05 Loup VaillantParameterise sliding window width with a macro
2018-11-29 Loup VaillantTest -DBLAKE2_NO_UNROLLING flag
2018-11-29 Loup VaillantConvert int indices to size_t
2018-11-10 Loup VaillantAdded -DBLAKE2_NO_UNROLLING preprocessor option
2018-11-02 Loup VaillantConst correctness
2018-10-23 Loup VaillantNo intermediate buffer for HChacha20
2018-10-23 Loup VaillantOverlap test for HChacha20
2018-09-23 Loup VaillantManual: wrong nonce size in examples
2018-09-15 Loup VaillantRemoved version numbers from coverage script
2018-08-28 Loup VaillantMerge pull request #108 from fscoto/master+doc/windows...
2018-08-28 Fabio ScotoniRecommend BCryptGenRandom on Windows
2018-08-24 Loup VaillantBetter code coverage for EdDSA
2018-08-23 Loup VaillantC++ compatibility
2018-08-23 Loup Vaillant2.0.5 changelog
2018-08-20 Loup Vaillantfe_ccopy() now works the same as fe_cswap()
2018-08-18 Loup Vaillantcosmetic
2018-08-16 Loup VaillantAdded tests for HChacha20
2018-08-15 Loup VaillantProperly prevent S malleability
2018-08-14 Loup VaillantSimplified sliding windows a bit
2018-08-13 Loup VaillantRemoved sliding windows edge cases
2018-08-12 Loup VaillantCorrected wrong comment
2018-08-11 Loup VaillantSigned sliding windows for EdDSA
2018-08-11 Loup VaillantReduced EdDSA malleability for sliding windows
2018-08-11 Loup VaillantEdDSA double scalarmult can now subtract
2018-08-11 Loup VaillantEdDSA sliding windows now indicate the number
2018-08-10 Loup VaillantThank Mike Hamburg for his advice on comb algorithms
2018-08-10 Loup VaillantReferenced the signed comb for EdDSA
2018-08-10 Loup VaillantFactored out mul_add() algorithm
2018-08-10 Loup VaillantEdDSA is back to constant time
2018-08-10 Loup VaillantProper Signed comb for EdDSA (not constant time yet)
2018-08-08 Loup VaillantSigned comb with unsigned table
2018-08-07 Loup VaillantDesperate attempt to sort the signed comb mess
2018-08-06 Loup VaillantSeparated odd/even tables
2018-08-06 Loup Vaillant5-bit table for EdDSA
2018-08-06 Loup VaillantMoved EdDSA scalar operations
2018-08-05 Loup VaillantInlined ge_from_xy() (called only once)
2018-08-04 Loup VaillantAvoid macros where we can
2018-08-04 Loup VaillantAvoids the first doubling for EdDSA signatures
2018-08-04 Loup VaillantAvoids the first few doublings in EdDSA verification
2018-08-04 Loup VaillantComb for EdDSA signatures in Niels coordinates
2018-08-04 Loup VaillantAll field element constants have the proper invariants
2018-08-04 Loup VaillantRevert "Cleaner fe_frombytes() (loading field elements)"
2018-08-03 Loup VaillantCleaner fe_frombytes() (loading field elements)
2018-08-03 Loup VaillantMerged the Montgomery ladder back to crypto_x25519()
2018-08-03 Loup VaillantSpecialised adding code for EdDSA signatures
2018-08-03 Loup VaillantFull pre-computed table for EdDSA signatures
2018-07-30 Loup Vaillantge_double() is now more readable
2018-07-29 Loup VaillantCleaner point addition for EdDSA
2018-07-26 Loup VaillantProper comb algorithm for EdDSA
2018-07-26 Loup VaillantDon't use the Montgomery ladder for EdDSA
2018-07-22 Loup VaillantForgot to static the fe_pow22523() function
2018-07-18 Loup VaillantWording nitpick
2018-07-18 Loup VaillantUpdated the examples for key exchange.
2018-07-18 Loup VaillantMerge pull request #106 from fscoto/master+return-doc
2018-07-18 Loup VaillantUnsigned sliding windows for EdDSA verification
2018-07-18 Fabio ScotoniDeprecate return values in crypto_x25519
2018-07-18 Loup VaillantEasier access to scalar's bits
2018-07-18 Loup VaillantMerge pull request #105 from fscoto/master+return-doc
2018-07-17 Fabio ScotoniDeprecate return values
2018-07-15 Loup VaillantShuffled functions around
2018-07-15 Loup Vaillantcosmetic
2018-07-15 Loup VaillantCached points for EdDSA point addition
2018-07-15 Loup VaillantBetter EdDSA point doubling (from ref10)
2018-07-15 Loup VaillantFused doublings in EdDSA double scalarmult
2018-07-14 Loup VaillantUse variable time scalarmult for EdDSA checks
2018-07-14 Loup VaillantRestored EdDSA optimisation
2018-07-14 Loup VaillantSeparated EdDSA scalarmult internal APIs
2018-07-14 Loup Vaillantfree(NULL) was not undefined after all
2018-07-02 Loup VaillantDocumented EdDSA signature malleability
2018-06-30 Loup VaillantRemoved debug printf() calls
2018-06-30 Loup VaillantIntegrated Wicherproof Ed25519 test vectors
2018-06-27 Loup VaillantEasier tarball generation
2018-06-27 Loup VaillantAdded VERSION file
2018-06-27 Loup VaillantTypo
2018-06-24 Loup Vaillant2.0.4 changelog
2018-06-24 Loup VaillantDon't free() NULL pointers
2018-06-23 Loup VaillantEdDSA no longer accepts all zero signatures
2018-06-23 Loup VaillantAdded anti-forgery tests for EdDSA
2018-06-23 Loup VaillantAdded tests vectors for public key generation
2018-06-19 Loup VaillantFixed wrong dependency in the makefile
2018-06-19 Loup VaillantDon't try to malloc() zero bytes
2018-06-19 Loup VaillantCorrected failing test on 32-bit systems
2018-06-18 Loup VaillantChangelog formatting
2018-06-18 Loup VaillantMerge pull request #97 from MikeA1/patch-1
2018-06-17 Loup VaillantTests for crypto_verify*() catch more errors
2018-06-17 Loup VaillantFaster crypto_verify*() tests
2018-06-17 Loup VaillantProperly ignore the formal-analysis folder
2018-06-17 Loup VaillantRun the TIS interpreter in 2 commands instead of 3.
2018-06-17 Loup VaillantCorrected formal analysis setup script
2018-06-17 Loup VaillantCorrected variable sized buffer in the tests.
2018-06-16 MikeUpdate makefile
2018-06-16 Loup Vaillant2.0.3 changelog
2018-06-16 Loup VaillantImproved the test suite
2018-06-16 Loup VaillantReset SHA-512 input buffer like Blake2b's
2018-06-16 Loup VaillantFixed undefined behaviour in Blake2b
2018-06-10 Loup Vaillant80 columns OCD
next