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