]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
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
2017-02-07 Loup Vaillantsha512 test vector
2017-02-06 Loup Vaillantadded sha512
2017-02-04 Loup Vaillantreturn x25519 to TweetNaCl
2017-01-29 Loup Vaillanthome made poly1305
2017-01-29 Loup Vaillantrefactored the test suite
2017-01-22 Loup Vaillantput digest size in blake2b prototype
2017-01-22 Loup Vaillantremoved blake2b speed test
2017-01-22 Loup Vaillantx25519 now uses a modified ref10 base
2017-01-19 Loup Vaillantadded one x25519 test vector
2017-01-19 Loup Vaillantdisplay nb vectors in tests
2017-01-19 Loup Vaillantadded x25519 and crypto_lock
2017-01-18 Loup Vaillantauthenticated encryption: test roundtrip and rejection
2017-01-18 Loup Vaillantsimplified the test suite
2017-01-16 Loup Vaillantextracted hchacha20
2017-01-15 Loup Vaillantpoly1305: replaced donna by tweetNaCl
2017-01-12 Loup Vaillantauthenticated encryption, renames, Xchacha bugfix
2017-01-11 Loup Vaillanttest vectors for the test suite
2017-01-11 Loup Vaillantadded ietf initialization to Chacha20
2017-01-09 Loup Vaillantcosmetic change to Chacha20 quarter-round
2017-01-08 Loup Vaillantsimplified chacha20
2017-01-07 Loup VaillantBlake2b coding style
2017-01-05 Loup VaillantArgon2i clean up and comments
2017-01-05 Loup Vaillantremoved debug printf
2017-01-05 Loup VaillantMoar test vectors for Argon2i
2017-01-05 Loup Vaillantfixed argon2i, added tests (TODO: printf)
2017-01-05 Loup Vaillantfixed blaked2b interface
2016-12-30 Loup Vaillantignore sped_blacke2b
2016-12-30 Loup Vaillantadded argon2i
2016-12-30 Loup Vaillantused += increment in blake2b rounds
2016-09-29 Loup Vaillantadded poly1305 test vectors, fixed blake2b test
2016-09-28 Loup Vaillantadded poly1305 one time authentication
2016-09-27 Loup Vaillantadded blake2b benchmark
2016-09-27 Loup Vaillantcosmetic changes in blake2b
2016-09-16 Loup Vaillantgit ignore test
2016-09-16 Loup Vaillantadded blake2b test vectors
2016-09-12 Loup Vaillantmade it easier to add test vectors
2016-09-11 Loup Vaillantadded blake2b hash
2016-09-11 Loup Vaillantremoved leading double underscores for include guards
2016-09-09 Loup Vaillantadded test vectors for chacha20
2016-09-09 Loup Vaillantlittle restrict optimization
2016-09-08 Loup Vaillantcopying u32s manually is faster than memcpy
2016-09-08 Loup Vaillantconfirmed that local vars are faster
2016-09-04 Loup Vaillanttypo
2016-09-04 Loup VaillantAPI overhaul
2016-09-04 Loup Vaillanttypo
2016-09-04 Loup Vaillantcomment re-arrangement
2016-09-04 Loup Vaillantremoved duplicated code
2016-09-03 Loup Vaillantadded a build script
2016-09-03 Loup VaillantAdded chacha20 related algorithms