1. 03 Jun, 2014 1 commit
  2. 17 May, 2014 1 commit
  3. 05 May, 2014 1 commit
  4. 29 Apr, 2014 3 commits
  5. 29 Mar, 2014 1 commit
  6. 23 Mar, 2014 1 commit
  7. 12 Mar, 2014 1 commit
  8. 28 Feb, 2014 8 commits
  9. 13 Feb, 2014 1 commit
  10. 11 Feb, 2014 1 commit
  11. 17 Jan, 2014 2 commits
  12. 07 Jan, 2014 1 commit
  13. 23 Dec, 2013 2 commits
  14. 11 Dec, 2013 2 commits
  15. 08 Nov, 2013 2 commits
  16. 04 Nov, 2013 2 commits
  17. 04 Oct, 2013 3 commits
  18. 24 Sep, 2013 1 commit
  19. 21 Sep, 2013 1 commit
  20. 04 Sep, 2013 2 commits
    • Clément Bœsch's avatar
      tools/crypto_bench: fix 2 typos. · bc68927a
      Clément Bœsch authored
      bc68927a
    • Nicolas George's avatar
      tools: add benchmark for crypto functions. · d5b58f67
      Nicolas George authored
      The benchmark tests the speed of the following algorithms:
      MD5, SHA-1, SHA-256, SHA-512, RIPEMD-160, AES-128.
      
      It can optionally be built to perform the same benchmark on
      other crypto libraries, for comparison purposes.
      The supported libraries are:
      - crypto:   OpenSSL's libcrypto;
      - gcrypt:   GnuTLS's libgcrypt;
      - tomcrypt: LibTomCrypt
      To enable them, use this syntax:
      make VERSUS=crypto+gcrypt+tomcrypt tools/crypto_bench
      They do not need to have been enabled in configure.
      d5b58f67
  21. 30 Aug, 2013 1 commit
  22. 25 Aug, 2013 1 commit
  23. 05 Aug, 2013 1 commit