]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
2017-09-24 Loup VaillantMerge pull request #40 from CuleX/master+fix-install
2017-09-23 CuleXCreate all installation directories
2017-09-23 Loup VaillantAdded installation instructions to README.md
2017-09-23 Loup VaillantAdded a separate install-doc target
2017-09-23 Loup VaillantMake pkg-config file location $PREFIX compliant
2017-09-23 Loup VaillantMerge pull request #39 from CuleX/master+update-man...
2017-09-23 CuleXAdd overlapping argument info to the man pages
2017-09-23 Loup VaillantRemoved "crypto_sign() buffers can't overlap" from...
2017-09-23 Loup VaillantNo need to run mandb after installing the man pages
2017-09-23 Loup VaillantMan pages belong to $(DESTDIR)/$(PREFIX)/share/man...
2017-09-23 Loup VaillantAdd tests about overlapping input/output buffers.
2017-09-22 Loup VaillantAllows crypto_sign() to overlap its message and output
2017-09-22 Loup VaillantInstall man pages with the library
2017-09-22 Loup VaillantAdd installation target to the makefile
2017-09-21 Loup VaillantFix last variable length array warning
2017-09-20 Loup VaillantCorrected timing computation for the speed benchmark
2017-09-20 Loup VaillantMore robust timing tests, based on ratios.
2017-09-20 Loup VaillantTry to fix variable length array warnings (#37)
2017-09-20 Loup VaillantExplain what to do if test vectors are missing
2017-09-20 Loup VaillantMove everything back from the dist/ directory
2017-09-19 Loup VaillantRestored the speed benchmark
2017-09-19 Loup Vaillantprintf() shall use %z for size_t
2017-09-19 Loup VaillantRemoved redundant initialization
2017-09-19 Loup VaillantWe no longer need dist.sh
2017-09-18 Loup VaillantCleaner generation of test vectors.
2017-09-17 Loup Vaillantvectors.h is generated. It belongs to the tarball
2017-09-17 Loup VaillantFixed #34. The README has been split in 2
2017-09-16 Loup VaillantCreated a dedicated dist/ directory for end user releases
2017-09-14 Loup VaillantMerge pull request #31 from CuleX/master+man-page-type-fix
2017-09-13 CuleXDocument that message and signature cannot overlap
2017-09-13 CuleXFix function type on man page for crypto_sign
2017-09-09 Loup VaillantClarified why we need to hash the message twice in...
2017-09-09 Loup VaillantMerge pull request #30 from CuleX/master+man-page-fixes
2017-09-09 CuleXAdd note to intro page that getrandom() is new
2017-09-09 CuleXImprove the crypto_sign man page
2017-09-09 CuleXImprove the intro man page
2017-09-09 CuleXFix example for crypto_argon2i
2017-09-09 CuleXImprove the man page for crypto_key_exchange
2017-09-09 Loup VaillantMerge pull request #28 from CuleX/master+key-exchange...
2017-09-09 CuleXClarify function argument to crypto_x25519
2017-09-06 Loup Vaillantadded test vector generators
2017-09-05 Loup VaillantMerge pull request #26 from njlr/docs/buck-port
2017-09-05 Loup VaillantMerge pull request #27 from CuleX/master+man-page-fix...
2017-09-05 CuleXFix formatting on man page for crypto_chacha20_*
2017-09-05 njlr * Added a note about the Buck port to the README
2017-09-04 Loup VaillantProperly initialise libsodium for the speed benchmarks
2017-08-29 Loup VaillantMerge pull request #22 from CuleX/master+man-pages
2017-08-28 CuleXFix centering in style.css
2017-08-28 CuleXRemove Xr to system man pages
2017-08-28 CuleXAdd symbolic links
2017-08-28 CuleXAdd style.css for HTML manual generation
2017-08-26 CuleXAdd man pages
2017-08-26 Loup VaillantMerge pull request #21 from CuleX/master+fix-tests...
2017-08-25 CuleXFix typo in "Property based tests tests"
2017-08-25 Loup VaillantMerge pull request #20 from CuleX/master+fix-solaris...
2017-08-25 CuleXFix Chacha20 ctr test when size_t < u64
2017-08-25 Loup VaillantExplained key and ad arguments for Argon2i
2017-08-21 Loup Vaillantadded memory locking advice
2017-08-20 Loup VaillantMerge pull request #17 from occivink/master
2017-08-17 Olivier PerretChange vocabulary in manual to match the header's
2017-08-16 Loup Vaillantreferenced AUR package for Arch Linux
2017-08-11 Loup Vaillantmore readable one liners
2017-08-09 Loup Vaillantadded edDSA test for invalid public key rejection
2017-08-08 Loup Vaillantadded link to lua bindings
2017-08-06 Loup VaillantMore sensitive constant timing test
2017-08-06 Loup Vaillantadded a language bindings section to the README
2017-08-06 Loup Vaillantcosmetic
2017-08-06 Loup VaillantMerge branch 'master' of github.com:LoupVaillant/Monocypher
2017-08-06 Loup VaillantMerge pull request #13 from CuleX/master+cmp-tests
2017-08-06 Loup Vaillantoptimised Blake2b loading code (again)
2017-08-06 CuleXTest constant-timeness of comparison functions
2017-08-06 Loup Vaillantadded ed25519-donna speed benchmark
2017-08-06 Loup Vaillantfixed bogus TweetNaCl benchmark
2017-08-06 Loup VaillantHighlighted RNGs and comparison (fixes #2)
2017-08-06 Loup VaillantMerge branch 'master' of github.com:LoupVaillant/Monocypher
2017-08-06 Loup VaillantMerge pull request #12 from rain-1/master
2017-08-06 Loup Vaillantoptimised Chacha20 (un)loading code
2017-08-06 rainadd /* FALLTHRU */ comments to silence warnings
2017-08-06 Loup Vaillantoptimised poly1305 loading code (again)
2017-08-06 Loup Vaillantadded poly1305-donna speed benchmark
2017-08-05 Loup Vaillantfixed #7 by adding a second licence (BSD)
2017-08-05 Loup VaillantMerge branch 'CuleX-master+gcc421-openbsd'
2017-08-05 Loup VaillantAdded SHA_512_BLOCK_SIZE to correct naming
2017-08-05 CuleXself: Initialize const values from macros
2017-08-04 Loup VaillantMerge pull request #8 from CuleX/master+doc-min-libsodi...
2017-08-04 CuleXDocument minimum libsodium version for test suite
2017-08-02 Loup Vaillantreally fixed #4
2017-07-30 Loup Vaillantfixed #4 (wrong function name in the manual)
2017-07-23 Loup VaillantUpdated manual
2017-07-23 Loup Vaillantadded coverage report script
2017-07-23 Loup Vaillantfused self containted tests together
2017-07-22 Loup Vaillantcleanup formatting and naming
2017-07-22 Loup Vaillantmore accurate speed benchmarks
2017-07-20 Loup Vaillantoptimised Blake2b (un)loading code
2017-07-20 Loup Vaillantoptimised Poly1305 loading code
2017-07-20 Loup Vaillantoptimised chacha20 (un)loading code
2017-07-20 Loup Vaillantcosmetic
2017-07-20 Loup Vaillantspelling
2017-07-19 Loup Vaillantoptimised sha512 loading code
2017-07-19 Loup Vaillantadded absolute timings for the speed benchmark
next