]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2019-12-11 Loup VaillantMoved TweetNaCl to its own folder
2019-12-10 Loup VaillantTweaked dist.sh
2019-12-10 Loup VaillantMerge pull request #139 from fscoto/master+new-man
2019-12-10 Fabio ScotoniDocumentation: bump date for custom hash man pages
2019-12-10 Fabio ScotoniCHANGELOG: Use correct path for optional files
2019-12-10 Fabio ScotoniMake custom hash length requirements more explicit
2019-12-10 Fabio ScotoniDocumentation: Minor wording improvment for custom...
2019-12-09 Loup VaillantVersion 3.0.0 change log
2019-12-09 Loup VaillantFixed c25519 speed benchmark
2019-12-09 Loup VaillantConsistent naming with 'make dist'
2019-12-09 Loup VaillantCompleted test coverage
2019-12-09 Loup VaillantAdded tests for IETF Chacha20
2019-12-06 Loup VaillantFixed mistakenly ignored files
2019-12-06 Loup VaillantMerge pull request #138 from fscoto/master+new-man
2019-12-06 Fabio ScotoniDocumentation: complete SEE ALSO in intro(3monocypher)
2019-12-06 Fabio ScotoniDocumentation: Address Loup's review via GitHub PR...
2019-12-06 Fabio ScotoniAdjust .In directives in optional/ for new prefix
2019-12-05 Loup VaillantPrefixed optional files with "monocypher-"
2019-12-05 Loup VaillantMerge pull request #137 from fscoto/master+new-man
2019-12-05 Fabio Scotoniintro: Be more accurate about constant-time multiplication
2019-12-05 Fabio Scotoniintro: format link with .Lk
2019-12-05 Fabio ScotoniDocumentation: Get rid of "we" for more neutral style
2019-12-05 Fabio ScotoniUpdate man pages for recent changes
2019-12-04 Loup VaillantRenamed "crypto_hmac_*" to "crypto_hmac_sha512_*"
2019-12-04 Loup VaillantFixed crypto_sha512 (and HMAC) prototypes
2019-12-03 Loup VaillantFixed unwiped buffer in SHA-512
2019-12-03 Loup VaillantFixed buffer overflow in test vector generation
2019-12-03 Loup VaillantMoved SHA 512 work area to local stack
2019-12-02 Loup VaillantProperty based tests for HMAC SHA-512
2019-12-02 Loup VaillantFixed HMAC SHA-512 (and added tests)
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
next