1. 29 Apr, 2014 3 commits
  2. 29 Mar, 2014 1 commit
  3. 23 Mar, 2014 1 commit
  4. 12 Mar, 2014 1 commit
  5. 28 Feb, 2014 8 commits
  6. 13 Feb, 2014 1 commit
  7. 11 Feb, 2014 1 commit
  8. 17 Jan, 2014 2 commits
  9. 07 Jan, 2014 1 commit
  10. 23 Dec, 2013 2 commits
  11. 11 Dec, 2013 2 commits
  12. 08 Nov, 2013 2 commits
  13. 04 Nov, 2013 2 commits
  14. 04 Oct, 2013 3 commits
  15. 24 Sep, 2013 1 commit
  16. 21 Sep, 2013 1 commit
  17. 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
  18. 30 Aug, 2013 1 commit
  19. 25 Aug, 2013 1 commit
  20. 05 Aug, 2013 1 commit
  21. 06 Jul, 2013 1 commit
  22. 02 Jun, 2013 2 commits