2
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-05-28 18:06:14 +02:00

Commit Graph

  • 3495076034 Merge pull request #121 from technion/decode_null Samuel Neves 2016-03-27 15:17:19 +0100
  • 79442a82a8 Fix C90 compliance in previous commit. Technion 2016-03-27 02:44:33 +0000
  • 843600e2a1 Check for NULL encoded strings. Fixes #120. Technion 2016-03-27 02:39:28 +0000
  • ba4b99a437 prevent unwanted wrapping Samuel Neves 2016-03-22 18:01:21 +0000
  • 02bdff7729 Missing size_t declaration Samuel Neves 2016-03-22 17:53:47 +0000
  • ccd37c8749 Merge pull request #119 from P-H-C/decode JP Aumasson 2016-03-22 07:47:34 +0100
  • 3aa6b14822 Replaced ARGON2_OLD_VERSION_NUMBER with ARGON2_VERSION_10 Daniel Dinu 2016-03-21 18:41:20 +0100
  • e8181f9c39 Renamed the enumerators of Argon2_version Changed version position in Argon2_Context Daniel Dinu 2016-03-21 10:04:22 +0100
  • 50b636066a Replaced uit32_t with size_t Daniel Dinu 2016-03-21 09:30:46 +0100
  • 0349d5126a fix arguments to memset_s Samuel Neves 2016-03-16 16:30:20 +0000
  • 649bbb008b Avoid initial zeroing by calling fill_block on the first pass Daniel 2016-03-14 17:27:01 +0100
  • 32a5a63fc7 Changed version number output from hexadecimal to decimal for the generated test vectors Daniel Dinu 2016-03-14 09:11:03 +0100
  • ead743bb4c Uncommented test code Daniel Dinu 2016-03-13 22:45:31 +0100
  • b7b676ec79 - included support for variable length hash, calculate the encoded hash lenght (see P-H-C/phc-winner-argon2#114) - updated tests - added test vectors for v16 - updated the checking of test vectors Daniel Dinu 2016-03-13 22:39:42 +0100
  • ca0fd37818 Changes: fixed the implementation for backward compatibility added tests for backward compatibility recomputed the test vectors changed test.sh to return an error code if it is the case ignore object file generated by OPTTEST Daniel 2016-03-11 18:34:24 +0100
  • 778f294baf Double definition bug khovratovich 2016-03-11 12:23:43 +0100
  • c74eecdff1 Update benchmark and core code khovratovich 2016-03-11 11:30:27 +0100
  • a06b3e4d52 Decoding change khovratovich 2016-03-10 15:50:17 +0100
  • 0505ac7cb0 Merge pull request #113 from technion/arch JP Aumasson 2016-03-09 07:57:26 +0100
  • 9623a7a2e0 Merge branch 'master' of github.com:P-H-C/phc-winner-argon2 JP Aumasson 2016-03-09 07:51:13 +0100
  • 4153ed9795 salt at least 8 chars JP Aumasson 2016-03-09 07:51:03 +0100
  • 872dc4c87b Merge pull request #116 from jedisct1/usage-salt JP Aumasson 2016-03-09 07:50:27 +0100
  • 92016bc890 Salt length is not at most 16 characters, but at least 8 characters Frank Denis 2016-03-08 14:20:19 +0100
  • b12bee6a79 Merge pull request #114 from ranisalt/fix-cli JP Aumasson 2016-03-08 09:58:15 +0100
  • 2a941cfccf Update README Ranieri Althoff 2016-03-08 05:52:45 -0300
  • ce96dda7b7 Merge branch 'sneves-master' Samuel Neves 2016-03-07 23:51:38 +0000
  • ae947cd245 merge Samuel Neves 2016-03-07 23:51:28 +0000
  • dbdd2f267c Replace magic numbers and remove dependency on math Ranieri Althoff 2016-03-04 16:29:47 -0300
  • 74add0e5cc Add option to set output hash length Ranieri Althoff 2016-03-04 16:13:08 -0300
  • 54617af02d Merge pull request #115 from P-H-C/1.3 daniel-dinu 2016-03-03 13:01:02 +0100
  • 91c978028b Merged master into branch 1.3 Daniel 2016-03-03 12:51:05 +0100
  • aa1b5870a7 Utilise optimised builds on supported platforms. Technion 2016-02-29 03:49:42 +0000
  • 785634d0aa Fix cli tool to handle variable length salts Ranieri Althoff 2016-03-01 17:48:00 -0300
  • dbe4c5e782 Improved attack descriptions khovratovich 2016-02-29 15:26:42 +0100
  • dd5bcbc4c0 New attack descriptions khovratovich 2016-02-29 15:12:17 +0100
  • b07d7b68c9 Merge pull request #111 from ranisalt/verify-mismatch JP Aumasson 2016-02-23 13:58:44 +0100
  • 9fde3151a0 Merge pull request #106 from jedisct1/calloc JP Aumasson 2016-02-23 13:57:53 +0100
  • 4df441ad0b Test for mismatching verify error code Ranieri Althoff 2016-02-22 15:23:28 -0300
  • 743878251b Issue different code when verify mismatches Ranieri Althoff 2016-02-22 15:12:42 -0300
  • 6525f74f8a Merge pull request #110 from UniQP/unreachable Samuel Neves 2016-02-21 22:33:36 +0000
  • d954c942f1 Fix bug introduced in 6887dae488. Sebastian Buchwald 2016-02-21 23:27:28 +0100
  • 6fbdb88df6 formatting Samuel Neves 2016-02-20 13:08:55 +0000
  • b8f0625c5b address issue #74 Samuel Neves 2016-02-20 13:03:04 +0000
  • e452e2b676 New spec khovratovich 2016-02-19 11:16:42 +0100
  • 01b288aacd Use calloc() instead of malloc()+memset() Frank Denis 2016-02-19 07:54:47 +0100
  • 2224f88e4b Fix code indentation Daniel Dinu 2016-02-18 01:31:20 +0100
  • 44c85a7c94 Fix code indentation Daniel Dinu 2016-02-18 01:29:21 +0100
  • 3b7374dd0c Updates tests Daniel Dinu 2016-02-18 01:24:52 +0100
  • f4e75845b8 Merge pull request #105 from technion/more_tests daniel-dinu 2016-02-17 23:38:17 +0100
  • 67aacec8a1 Introduce a test for multiple threaded hash. Technion 2016-02-17 22:27:47 +0000
  • 1d5d067f70 Fixed code indentation Daniel 2016-02-17 15:21:03 +0100
  • c12a0fb204 Merge branch '1.3' of https://github.com/P-H-C/phc-winner-argon2 into 1.3 Daniel 2016-02-17 15:06:56 +0100
  • 37e031213e Updated test vectors and test cases Daniel 2016-02-17 15:06:17 +0100
  • a4ed1af8c6 Bugfix in bench khovratovich 2016-02-15 14:51:49 +0100
  • cffb8f1b43 XOR instead of overwrite: fill_block now XORs over the new block. Signatures and generate_addresses() updated accordingly khovratovich 2016-02-15 14:43:32 +0100
  • 5c840802f2 bugfix khovratovich 2016-02-11 13:13:32 +0100
  • c91b47c6b8 Introducing overwrite operation and new version number khovratovich 2016-02-11 13:04:04 +0100
  • bd1347f93d Update .gitignore daniel-dinu 2016-02-16 21:35:41 +0100
  • e44140d128 Update .travis.yml daniel-dinu 2016-02-15 22:57:07 +0100
  • 909baae9cc Update .travis.yml daniel-dinu 2016-02-15 22:51:51 +0100
  • 2a7c8ed338 Update .travis.yml daniel-dinu 2016-02-15 22:43:48 +0100
  • ee8585016e Update README.md daniel-dinu 2016-02-15 19:17:06 +0100
  • 42a8c2319e Merge branch 'master' of https://github.com/P-H-C/phc-winner-argon2 Daniel Dinu 2016-02-15 19:11:41 +0100
  • c9f3ab795d Added support for code coverage using Codecov Daniel Dinu 2016-02-15 19:11:21 +0100