]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2019-11-24 Loup VaillantSeparated legacy tests from regular tests
2019-11-24 Loup VaillantFixed XChacha20 bug (wrong key)
2019-11-24 Loup VaillantRemoved legacy Chacha20 dependency from aead-incr
2019-11-24 Loup VaillantRemoved AEAD streaming interface. BREAKS COMPATIBILITY
2019-11-24 Loup VaillantPut common test utilities in its own module
2019-11-24 Loup VaillantNon-exported util functions should be static
2019-11-21 Loup VaillantPut the soname in a variable for easier updates
2019-11-21 Loup VaillantMerge pull request #135 from fscoto/master+soname
2019-11-21 Fabio ScotoniAdd SONAME to shared library
2019-11-19 Loup VaillantFixed Clang warnings
2019-11-19 Loup VaillantMerge pull request #133 from michaelforney/2s-complement
2019-11-19 Loup VaillantMerge pull request #134 from michaelforney/check-exit
2019-11-19 Michael ForneyFix makefile rule when test/vectors.h is missing
2019-11-19 Michael ForneyRemove unnecessary dependency on 2's complement
2019-11-19 Loup VaillantTypo: 2^255 - 23 => 2^255 - 21
2019-11-18 Loup VaillantLeveraged fe_pow22523 to to simplify fe_invert
2019-11-02 Loup VaillantAdded comment
2019-11-02 Loup VaillantUse TweetNaCl 20140427 without modification
2019-10-29 Loup VaillantFixed uninitialised read in speed-c25519
2019-10-28 Loup VaillantAdded c25519 speed benchmarks
2019-10-25 Loup VaillantMoved libhydrogen pkg-config file to the makefile
2019-10-25 Loup VaillantDocumented LibHydrogen speed benchmark
2019-10-23 Loup VaillantAdded Libhydrogen speed tests
2019-10-23 Loup VaillantCosmetic: removed useless comment
2019-10-23 Loup VaillantRemoved old (now unused) #define
2019-10-22 Loup VaillantFixed Clang warning about Doxygen comments
2019-10-21 Loup VaillantMerge pull request #131 from fscoto/master+remove-kex-doc
2019-10-21 Loup VaillantMerge pull request #130 from fscoto/master+fix-release
2019-10-21 Fabio ScotoniRemove remaining pieces of kex documentation
2019-10-21 Fabio ScotoniChange release.sh to use find -exec
2019-10-21 Loup VaillantNo longer overwrite __git__ -> $VERSION replacement
2019-10-21 Loup VaillantUpdated CHANGELOG (2.0.6)
2019-10-21 Loup VaillantRemoved tests/vectors.h target from the tarballed makefile
2019-10-21 Loup VaillantCleaned up the tests/ folder
2019-10-19 Loup VaillantTightened up the release script
2019-10-19 Loup VaillantRevert "Added version number to binaries"
2019-10-19 Loup VaillantRemoved spurious space
2019-10-19 Loup VaillantHandle several "__git__" per line
2019-10-19 Loup VaillantAdded version number to binaries
2019-10-19 Loup VaillantREADME nitpick
2019-10-19 Loup VaillantInclude version in released source files
2019-10-19 Loup VaillantProperly ommit lib directory from tarball
2019-10-18 Loup VaillantCosmetic nitpick
2019-10-18 Loup VaillantMerge pull request #128 from fscoto/master+remove-kex-doc
2019-10-18 Fabio ScotoniClean up kex documentation removal
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
next