]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2019-12-01 Loup VaillantAdded HMAC SHA512
2019-12-01 Loup VaillantREADME typo
2019-12-01 Loup VaillantFixed X25519 speed test
2019-12-01 Loup VaillantRemoved deprecated X25519 return value
2019-12-01 Loup VaillantAdded USE_ED25519 makefile option
2019-12-01 Loup VaillantRenamed crypto_sign_sha512_ctx into crypto_sign_ed25519_ctx
2019-12-01 Loup VaillantRenamed crypto_hash_vtable into crypto_sign_vtable
2019-12-01 Loup VaillantRemoved obsolete test-legacy include
2019-12-01 Loup VaillantAdded aliases for Ed25519
2019-12-01 Loup VaillantMarked the vtable as part of the public API
2019-12-01 Loup VaillantRenamed crypto_sign_blake2b_ctx back to crypto_sign_ctx
2019-12-01 Loup VaillantCosmetic (whitespace)
2019-12-01 Loup VaillantCosmetic (convert pointers directly)
2019-12-01 Loup VaillantFixed undefined function pointer conversion
2019-12-01 Loup VaillantFixed Clang warning
2019-11-30 Loup VaillantFixed outdated include in speed.c
2019-11-30 Loup Vaillantchacha20_*_ctr functions now return the new ctr
2019-11-30 Loup VaillantEnabled cohabitation of several EdDSA instances
2019-11-30 Loup VaillantMerge pull request #136 from fscoto/master+stdint
2019-11-30 Fabio ScotoniUse stdint.h over inttypes.h
2019-11-28 Loup VaillantUpdated Wycheproof test vectors
2019-11-25 Loup VaillantFixed buffer length in test.
2019-11-25 Loup VaillantAdded Chacha20 consistency test
2019-11-25 Loup VaillantSlightly better Chacha20 performance
2019-11-25 Loup VaillantLocal functions should be static
2019-11-25 Loup VaillantBumped soname (next release will break the ABI)
2019-11-25 Loup VaillantAdded tests/utils.c to formal-analysis folder
2019-11-25 Loup VaillantFixed speed benchmark build
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
next