]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
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
2017-07-19 Loup Vaillantadded self consistency tests for sha512
2017-07-19 Loup Vaillantremoved #define sv static void
2017-07-18 Loup Vaillantreadme cosmetic
2017-07-18 Loup Vaillanttitle for the readme
2017-07-18 Loup Vaillantupdated the readme
2017-07-18 Loup Vaillantadded TIS interpreter support
2017-07-18 Loup Vaillantremoved some test vectors
2017-07-18 Loup Vaillantreverted back to -O3 by default
2017-07-18 Loup Vaillantdeclared a constant 'static const'
2017-07-18 Loup Vaillantfixed signed overflow
2017-07-18 Loup Vaillantadded sanitizers (ASan, MSan, UBSan, coverage)
2017-07-17 Loup Vaillantdocumented crypto_chacha20_set_ctr()
2017-07-17 Loup Vaillantmore tests for crypto_chacha20_set_ctr()
2017-07-17 Loup Vaillantcosmetic
2017-07-16 Loup Vaillantclarified the licence
2017-07-16 Loup Vaillantadded crypto_chacha20_set_ctr()
2017-07-16 Loup Vaillantrenamed chacha20_Xinit into chacha20_x_init
2017-07-16 Loup Vaillantremove ./speed when cleaning
2017-07-16 Loup Vaillant-O3 march=native (heavily affects Argon2i)
2017-07-16 Loup Vaillantoptimized away an indirect call in Argon2i
2017-07-15 Loup Vaillantcompute signatures in Montgomery space (faster)
2017-07-09 Loup Vaillantadded XChacha20 comparison with libsodium
2017-07-08 Loup Vaillantadded speed benchmark against TweetNaCl
2017-07-06 Loup Vaillantupdated README.md
2017-07-06 Loup Vaillantadded speed benchmark against libsodium
2017-07-06 Loup Vaillantavoid name clash with existing random() function
2017-07-06 Loup VaillantSacrificed consiseness for performance
2017-07-04 Loup Vaillantdocumented C/C++ compatibility in the makefile
2017-07-04 Loup Vaillantsed compatibility tweak
2017-07-04 Loup Vaillantadded random self-consistency tests
2017-07-04 Loup Vaillantcosmetic
2017-07-03 Loup Vaillantproperly print ed25519 when we use it
2017-07-03 Loup VaillantMISRA compliance (when it made sense)
2017-06-07 Loup Vaillant0.7 notes
2017-06-07 Loup Vaillantrenamed documentation files for github
2017-06-06 Loup Vaillantallocated variable length array on the heap (C++98)
2017-06-06 Loup Vaillantadded frama-c analysis
2017-06-05 Loup Vaillantfixed stack smashing caused by mismatched copy pasta
2017-06-05 Loup Vaillantreverted makefile to GCC
2017-06-05 Loup Vaillantignore bin/*
2017-06-05 Loup VaillantModified tests to be Frama-C friendly (no input)
2017-06-05 Loup Vaillantmanual: minor correction
2017-06-05 Loup Vaillantcosmetic (OCD)
2017-05-13 Loup Vaillantadded manual
2017-05-08 Loup Vaillantreimplemented blake2b from spec
2017-05-08 Loup Vaillantupdate README for the grouped tests
2017-04-29 Loup Vaillantdetached interface for authenticated encryption
2017-04-27 Loup Vaillantgrouped tests in one script
2017-04-27 Loup Vaillantadded comparison tests with ed25519-donna
2017-04-26 Loup Vaillantorganised stuff into folders
2017-04-26 Loup Vaillantadded comparison tests with libsodium
2017-04-09 Loup Vaillantmade carry propagation more platform independent
2017-04-09 Loup Vaillantcosmetic
2017-04-08 Loup Vaillantvariable shadow, cosmetic
2017-03-17 Loup Vaillantupdate readme
2017-03-17 Loup Vaillantadded empty input test vectors for poly1305
2017-03-17 Loup Vaillantcosmetic
2017-03-16 Loup Vaillantfixed poly1305 bug on empty inputs
2017-03-10 Loup Vaillantcosmetic
2017-03-10 Loup Vaillantremoved signed left shift UB
2017-03-08 Loup Vaillantremoved last useless element from array
2017-03-08 Loup Vaillantfixed botched index/offset in Argon2i
2017-03-08 Loup Vaillantadded high-memory Argon2i test vectors
2017-03-08 Loup Vaillantallow more memory for Argon2i tests
2017-03-07 Loup Vaillantfixed undefined behavior
2017-02-27 Loup Vaillantsimplified poly1305 finalisation
2017-02-26 Loup Vaillantcosmetic
2017-02-26 Loup Vaillants/len/size/
2017-02-25 Loup Vaillantelucidated invariants in poly1305
2017-02-23 Loup Vaillantcomments for poly1305 safety
2017-02-22 Loup Vaillantreworked API, more tests
2017-02-21 Loup Vaillantmore tests
2017-02-21 Loup Vaillantupdate README
2017-02-21 Loup Vaillanttest vectors for XChacha20, C++ conformity
2017-02-21 Loup Vaillantc++ conformity
2017-02-20 Loup Vaillantmore test vectors for ed25519
2017-02-20 Loup Vaillanttest vectors for HChacha20
2017-02-20 Loup Vaillantinterface and tests revamp
2017-02-20 Loup Vaillant20% slower curve25519, gained a hundred lines
2017-02-19 Loup Vaillanted25519 point doubling
2017-02-19 Loup Vaillantref10 curve25519. Moar Speed.
2017-02-19 Loup Vaillantsha512 cosmetic
2017-02-19 Loup VaillantC++ conformity
2017-02-19 Loup Vaillantignore .gch precompiled headers
2017-02-13 Loup Vaillantadded README
2017-02-13 Loup Vaillantcleanups
2017-02-10 Loup Vaillantreplaced build.sh by a makefile
2017-02-10 Loup Vaillantreplaced memcmp by crypto_memcmp
2017-02-10 Loup Vaillantstyle changes
2017-02-10 Loup Vaillantall in one compilation unit
2017-02-09 Loup Vaillanttest crypto_lock, changed arguments order
2017-02-09 Loup Vaillantrestored x25519 1k test
2017-02-09 Loup Vaillantadded ed25519
next