2
0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-12-03 23:18:13 +01:00

Commit Graph

  • 55ca874a81 Update README.md daniel-dinu 2016-02-15 16:43:23 +0100
  • 49dce681f5 Fix Makefile Daniel Dinu 2016-02-15 16:38:27 +0100
  • c485df7db1 Changed testci flags Daniel Dinu 2016-02-15 16:25:59 +0100
  • 3c5df4e1a7 Changed testci flags Daniel Dinu 2016-02-15 16:14:38 +0100
  • 720dd76c31 Try: make testci Daniel Dinu 2016-02-15 16:04:47 +0100
  • 0b57e5b04a Test on OSX Daniel Dinu 2016-02-15 15:33:51 +0100
  • f2acc073f1 Added gcc to compilers list Daniel Dinu 2016-02-15 15:30:14 +0100
  • 06d99a69c4 Bugfix in bench khovratovich 2016-02-15 14:51:49 +0100
  • 2ae1225ad9 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
  • 486136759d Test Travis CI Daniel Dinu 2016-02-15 14:37:01 +0100
  • 4394c01afe bugfix khovratovich 2016-02-11 13:13:32 +0100
  • 6f4e732a65 Introducing overwrite operation and new version number khovratovich 2016-02-11 13:04:04 +0100
  • 166c401d33 Merge pull request #104 from technion/mem_leak JP Aumasson 2016-02-11 12:16:19 +0100
  • 52eaf23099 Free memory on thread failure. Technion 2016-02-11 10:19:43 +0000
  • c6805ac0e6 Merge pull request #102 from technion/testflags JP Aumasson 2016-02-08 07:31:49 +0100
  • a024628f7d Make general test compile flags more relaxed than CI test case. Fixes #101. Technion 2016-02-08 04:05:46 +0000
  • 24b957bd89 Merge pull request #99 from technion/travis khovratovich 2016-02-02 16:57:34 +0100
  • 4c6ed70cde Add C99 error flag to test. Technion 2016-02-02 09:48:04 +0000
  • a691d495e8 Formatter run on test suite. Technion 2016-02-02 04:05:48 +0000
  • 17e6591043 "make clean" to delete testcases. Run tests with FORTIFY_SOURCE. Technion 2016-02-02 02:45:30 +0000
  • 98504c9a3b Introduce Travis CI config. Technion 2016-02-02 02:20:45 +0000
  • 079c5a6780 Var-length hash fixed khovratovich 2016-02-01 09:23:00 +0100
  • 08db8e45d8 Merge pull request #89 from technion/testcases khovratovich 2016-02-01 10:06:37 +0100
  • 37b1d28428 Merge pull request #97 from lucab/lucab/public-cleaning JP Aumasson 2016-02-01 07:53:02 +0100
  • 667e48d362
    doc: reformat api doc in library header Luca Bruno 2016-01-31 15:09:24 +0100
  • 2d0bedf505
    doc: reword the Argon2i vs. Argon2d description Luca Bruno 2016-01-31 13:27:21 +0100
  • 3855c8c915
    argon2: remove undefined functions declarations Luca Bruno 2016-01-30 16:53:03 +0100
  • 6b66b7e825 Merge pull request #93 from lucab/lucab/public-refactor JP Aumasson 2016-01-27 10:22:59 +0100
  • 352eca30f3 Merge pull request #95 from hynek/master khovratovich 2016-01-26 15:36:48 +0100
  • 4acb86e356 More C99 Hynek Schlawack 2016-01-26 12:08:11 +0100
  • f961cb97a6 Merge pull request #94 from technion/secretzero khovratovich 2016-01-26 11:45:48 +0100
  • a4ee4fbcc4 Document test case in README. Technion 2016-01-26 10:13:24 +0000
  • e6268d8668 Zero secrets. Fixes #90. Technion 2016-01-26 10:08:57 +0000
  • 60caea9c24
    argon2: move public header out of src/ Luca Bruno 2016-01-25 22:30:31 +0100
  • 0654d85979
    api: implement visibility control for library symbols Luca Bruno 2016-01-25 22:22:02 +0100
  • d32933e275
    Run a make format to re-align code style Luca Bruno 2016-01-25 22:20:33 +0100
  • 631cd1d79d Merge pull request #91 from hynek/master khovratovich 2016-01-25 20:18:49 +0100
  • fc35e8c5aa Remove C99-style variable declaration Hynek Schlawack 2016-01-25 09:19:00 +0100
  • 7450df8886 Introduces an automated test suite. Technion 2016-01-25 04:39:37 +0000
  • 6411c26acd Merge pull request #88 from technion/formatting khovratovich 2016-01-24 09:17:52 +0100
  • b0d00e00f7 Fix corrected khovratovich 2016-01-24 09:14:56 +0100
  • 370f1d26ae Remove a mix of tabs and spaces. Technion 2016-01-24 04:10:57 +0000
  • 2598c9f081 Merge pull request #86 from lucab/lucab/fix-bench-genkat-renaming daniel-dinu 2016-01-23 23:31:57 +0100
  • 2297924ffb
    Fix bench and genkat after low-level API renaming Luca Bruno 2016-01-23 23:15:37 +0100
  • 01b2c59c74 Renamed 'error_message' to 'argon2_error_message' Daniel Dinu 2016-01-23 21:49:33 +0100
  • d9b0bafe37 Refactored low-level API functions to include the '_ctx' suffix Daniel Dinu 2016-01-23 21:45:11 +0100
  • 6887dae488 decoding and argon2_ codes unifiedd khovratovich 2016-01-23 15:43:41 +0100
  • e3b38dfb86 Merge pull request #83 from P-H-C/pr/79 khovratovich 2016-01-22 15:44:13 +0100
  • 17fefb904e Function description changed khovratovich 2016-01-22 15:42:04 +0100
  • cd8e4c7428 Conflicts resolved khovratovich 2016-01-22 15:39:17 +0100
  • 2c1b9befc9 Merge remote-tracking branch 'refs/remotes/origin/master' into pr/79 khovratovich 2016-01-22 15:27:29 +0100
  • 8793b5c70b Merge pull request #82 from technion/comment_fix JP Aumasson 2016-01-22 10:10:48 +0100
  • 49364cdd70 Remove // style comments. Technion 2016-01-22 01:24:53 +0000
  • f238da17e9 Merge pull request #80 from technion/constants JP Aumasson 2016-01-21 22:59:45 +0100
  • 56c177a00d Decoding length clarified khovratovich 2016-01-21 22:34:12 +0100
  • 660e98ae14 Utilise existing constants more consistently. Technion 2016-01-21 03:04:47 +0000
  • 6eedc8ed18 Implements validate_input() call from libsodium. Fixes #77. Technion 2016-01-21 01:19:33 +0000
  • 2d014c571f Remove stray character. Technion 2016-01-20 23:27:20 +0000
  • 7788a0ec61 Merge pull request #78 from Khady/patch-1 JP Aumasson 2016-01-16 09:00:56 -0500
  • 4113b4e021 Link to OCaml bindings Louis Roché 2016-01-15 22:36:59 +0100
  • c09c835fe6 bindings in a-z order JP Aumasson 2016-01-15 04:40:28 -0500
  • 4e6ad323c9 Merge pull request #73 from seanhussey/patch-1 khovratovich 2016-01-14 17:28:19 +0100
  • 3ae2acbd29 Fixing a minor typo Sean Hussey 2016-01-14 11:25:24 -0500
  • 1db58fef45 Merge pull request #71 from thibaultCha/docs/readme-lua-binding JP Aumasson 2016-01-14 05:17:34 +0100