]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2019-10-16 Loup VaillantTidied up sliding windows, minor cosmetic nitpicks
2019-10-14 Loup VaillantCorrected some spelling mistakes
2019-10-14 Loup VaillantStart sliding windows at bit 252
2019-10-13 Loup VaillantUpdated AUTHORS.md for EdDSA
2019-10-07 Loup Vaillantcrypto_check saves 32 more bytes of stack
2019-10-07 Loup VaillantCosmetic arg shuffling
2019-10-06 Loup VaillantSaved 32 more bytes
2019-10-06 Loup VaillantFused sliding windows and scalar multiplication
2019-10-06 Loup VaillantIncremental left to right sliding windows
2019-10-06 Loup VaillantSlide from left to right
2019-10-05 Loup VaillantCosmetic
2019-10-04 Loup VaillantRemoved kex documentation
2019-09-29 Loup VaillantCorrected C++ warning
2019-09-29 Loup VaillantRemoved obsolete Monokex
2019-09-29 Loup VaillantMissing variable time comment
2019-09-28 Loup Vaillantignore QtCreator IDE files
2019-09-28 Loup VaillantCorrected clang warnings
2019-07-29 Loup VaillantHoisted negations out of loops
2019-07-29 Loup VaillantMoved trim_scalar() and scalar_bits() up a slot
2019-07-29 Loup VaillantCosmetic
2019-07-28 Loup VaillantSaved 40 bytes of stack for EdDSA signing
2019-07-25 Loup VaillantSave some more stack
2019-07-25 Loup VaillantAdded X25519 Whycheproof test vectors
2019-06-27 Loup VaillantMinor cleanups
2019-05-30 Loup VaillantWorked around TIS interpreter volatile bug
2019-05-28 Loup VaillantCorrected wrong man page redirection
2019-05-13 Loup VaillantFixed TweetNaCl speed tests
2019-04-17 Loup VaillantMerge pull request #125 from fscoto/master
2019-04-17 Fabio ScotoniDocument BLAKE2 RFC
2019-04-04 Loup VaillantMerge pull request #124 from fscoto/master
2019-04-04 Fabio ScotoniREADME: nitpick: make links HTTPS where possible
2019-04-04 Fabio ScotoniREADME: nitpick: missing colon
2019-04-04 Loup VaillantMerge pull request #123 from fscoto/master
2019-04-04 Fabio Scotonimanual: roff formatting fixes
2019-04-03 Loup VaillantMerge pull request #122 from fscoto/master
2019-04-03 Fabio Scotonimanual: Address HISTORY review concerns
2019-04-03 Fabio ScotoniAdd HISTORY sections
2019-04-02 Loup VaillantClarified installation instructions
2019-04-02 Loup VaillantMerge pull request #121 from fscoto/master
2019-04-02 Fabio Scotonimakefile: switch from $() to backticks
2019-03-31 Loup VaillantEdit nipick
2019-03-31 Loup VaillantMerge pull request #119 from fscoto/master
2019-03-31 Fabio Scotonicrypto_kex_{x,xk1} man pages: address review
2019-03-31 Loup VaillantBetter represent Fabio Scotoni's involvment
2019-03-30 Fabio ScotoniUpdate manual with variable changes
2019-03-23 Loup VaillantFixed variable shadowing
2019-03-22 Loup VaillantOptimised Poly1305 loading code
2019-03-14 Loup VaillantClarified why some buffers are not wiped
2019-03-14 Loup VaillantArgon2 salts are at least 8 bytes
2019-03-14 Loup VaillantImproved the key exchange API
2019-03-12 Loup VaillantMerge pull request #117 from fscoto/master
2019-03-12 Fabio Scotoniman: fix whitespace and macro invocation issues
2019-03-10 Loup VaillantMerge pull request #116 from fscoto/master
2019-03-09 Fabio ScotoniLICENCE: update copyright year
2019-03-07 Loup VaillantMerge pull request #115 from fscoto/master
2019-03-07 Fabio ScotoniAmerican -> British
2019-03-07 Fabio ScotoniAddress points brought up by @LoupVaillant in review
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
next