]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2019-03-06 Fabio ScotoniAdd kex man pages
2019-03-04 Loup VaillantCorrected undefined behaviour in kex tests
2019-03-03 Loup VaillantAdded secure channel protocols (experimental)
2019-03-02 Loup VaillantBuild: allow overwriting of symbolic link
2019-02-24 Loup VaillantMore RFC number corrections
2019-02-23 Loup VaillantCorrected RFC number in EdDSA manual
2019-02-23 Loup VaillantClarified Argon2 allocation in the manual
2019-02-22 Loup VaillantAdded comment on speed tests
2019-02-22 Loup VaillantFixed speed-sodium build
2019-02-17 Loup VaillantRemoved division by zero in speed benchmarks
2019-02-15 Loup VaillantDocumentation typo
2019-02-03 Loup VaillantWrong array size in function argument
2019-01-28 Loup VaillantForgot Libsodium include dependency
2019-01-26 Loup VaillantAllow the test suite to customise its random seed
2019-01-25 Loup VaillantLink SHA-512 code when using -DED25519_SHA512
2019-01-20 Loup VaillantMade L an array of *signed* integers
2018-12-14 Loup VaillantTry not to waste the stack
2018-12-14 Loup VaillantFixed MSVC W4 warnings
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
next