]> git.codecow.com Git - Monocypher.git/shortlog
Monocypher.git
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