Add support for GOSTHASH94CP: GOST R 34.11-94 hash with CryptoPro S-box
[gd/nettle] / examples / nettle-benchmark.c
2019-09-15 Dmitry Eremin-Sole... Add support for GOSTHASH94CP: GOST R 34.11-94 hash...
2019-01-22 Niels MöllerMerge branch 'delete-nettle-stdint-h' into master
2019-01-10 Niels Möllernettle-benchmark: Add volatile to inline asm.
2018-12-26 Niels MöllerMerge branch 'release-3.4-fixes' into master
2018-11-24 Niels MöllerAdd "fall through" comment.
2018-07-30 Dmitry Eremin-Sole... Add benchmarking for HMAC functions
2018-07-07 Nikos Mavrogiannop... abi: explicitly export intended symbols and hide others
2018-03-14 Niels MöllerMerge branch 'x86_64-sha_ni-sha256'
2018-02-21 Niels MöllerMerge branch 'cmac-support'
2018-02-19 Nikos Mavrogiannop... Added support for CMAC
2018-02-17 Dmitry Eremin-Sole... Enable OpenSSL AES-GCM in nettle-benchmark
2018-01-16 Niels MöllerAdd "fall through" comment.
2018-01-14 Niels MöllerMerge branch 'ctr-opt' into master-updates
2018-01-13 Dmitry Eremin-Sole... Allow user to specify multiple algorithms to nettle...
2018-01-08 Niels MöllerBenchmark in-place operation separately, for cbc_decryp...
2017-10-23 Niels MöllerMerge remote-tracking branch 'origin/master' into api...
2017-09-24 Niels MöllerMerge branch 'armor-signedness' into master-updates
2017-08-29 Niels MöllerMerge branch 'openssl-bench-update'
2017-08-26 Daniel P. Berrangeexamples: convert nettle-benchmark to use openssl EVP...
2014-10-23 Niels MöllerUse unsigned long arrays for memxor benchmark.
2014-08-27 Niels MöllerMerge branch 'curve25519'
2014-08-23 Niels Möllernettle-benchmark: Fixed memset calls (amending 2014...
2014-04-25 Niels MöllerRename *_DATA_SIZE to *_BLOCK_SIZE.
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing, example...
2014-04-10 Niels MöllerTrivial merge.
2014-04-09 Niels MöllerBenchmarking of sha512_224 and sha512_256.
2014-03-18 Niels MöllerResurrect nettle_arcfour128, as an internal aead.
2014-03-18 Niels MöllerDefine and use nettle_cipher_func, for block ciphers.
2014-03-16 Niels MöllerDeleted nettle_cipher nettle_arcfour128.
2014-03-15 Niels MöllerRefactored benchmarking of aead algorithms.
2014-02-13 Niels MöllerMake eax_aes128 interface public.
2014-02-06 Niels Möllernettle-benchmark: Fixed memset calls.
2014-02-06 Niels MöllerMerge branch 'set_key-changes' into master.
2014-01-29 Niels MöllerDropped length argument from nettle_set_key_func.
2014-01-27 Niels MöllerAdd benchmarking for eax.
2014-01-27 Niels MöllerBenchmarking of chacha.
2014-01-26 Niels MöllerNew gcm-aes interface.
2014-01-21 Niels MöllerMerge branch 'camellia-reorg' into master.
2014-01-20 Niels MöllerMerge branch 'poly1305' into 'master'.
2014-01-16 Niels MöllerMove poly1305-aes.h declarations into poly1305.h. Delet...
2013-11-10 Nikos Mavrogiannop... First implementation of poly1305.
2013-04-18 Niels MöllerRename UMAC_BLOCK_SIZE to UMAC_DATA_SIZE.
2013-04-17 Niels MöllerBenchmark salsa20r12.
2013-04-11 Niels MöllerAdded umac benchmarking.
2013-03-25 Martin StorsjöFactorize timing functions to a separate file
2013-01-01 Niels MöllerBenchmark additional sha3 functions.
2012-12-02 Niels MöllerMerge branch 'master' of git.lysator.liu.se:nettle...
2012-12-02 Niels MöllerReplaced all internal usage of sha.h.
2012-11-13 Niels MöllerBenchmark sha3_permute.
2012-11-12 Niels MöllerBenchmark sha3_256.
2012-11-11 Nikos Mavrogiannop... Added gosthash to benchmark.
2012-10-29 Niels MöllerAdded x86_64 assembly for _salsa20_core.
2012-09-10 Tim Ruehsennettle-benchmark: Use PRINTF_STYLE attribute.
2012-09-07 Niels MöllerImproved use of gcc __attribute__.
2012-07-07 Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-03-30 Niels MöllerSupport salsa20 in nettle-benchmark.
2012-02-18 Niels MöllerConverted files to utf-8.
2011-08-28 Niels Möller(main): Benchmark ripemd-160.
2011-06-29 Niels Möller(bench_ctr): New function.
2011-02-14 Niels Möller(time_gcm): Renamed. Updated for gcm_aes_auth to gcm_ae...
2011-02-10 Niels Möller* examples/nettle-benchmark.c (cgt_works_p): New function.
2011-02-10 Niels Möller(die): New function.
2011-02-09 Niels Möller(time_gmac): Use gcm_aes interface.
2011-02-05 Niels Möller(time_gmac): New function.
2010-10-22 Niels Möller(main): Added long options. Deleted -?, and fixed handl...
2010-10-06 Niels Möller* examples/nettle-benchmark.c (time_function): Reorgani...
2010-10-06 Niels Möller(overhead): New global variable.
2010-09-30 Niels Möller(time_memxor): Count size of unsigned long as "block...
2010-09-22 Niels Möller(GET_CYCLE_COUNTER): Define also for x86_64.
2010-09-22 Niels Möller(BENCH_INTERVAL): Reduced to 0.1 s.
2010-09-22 Niels Möller(BENCH_INTERVAL): Changed unit to
2010-07-07 Niels MöllerAdded camellia ciphers.
2010-03-31 Niels Möller(main): Benchmark sha224.
2010-03-25 Niels Möller(main): Benchmark sha384.
2010-03-24 Niels Möller(main): Benchmark sha512.
2009-08-25 Niels Möller(bench_sha1_compress): New function,
2008-11-01 Niels MöllerMoved all typedefs for function types to nettle-types...
2008-01-03 Niels Möller(main): Removed incorrect UNUSED from declaration.
2006-05-16 Niels Möller* Merged experimental branch. Also:
2006-04-26 Niels MöllerInclude "getopt.h".
2005-11-07 Niels MöllerCheck HAVE_UNISTD_H.
2005-10-23 Niels Möller(display): Use two decimal places.
2005-10-05 Niels Möller(main): Reordered hash benchmarks.
2005-10-03 Niels MöllerAlso display cycles per block.
2005-10-02 Niels MöllerNow display cycles/byte, if the -f
2005-09-28 Niels Möller* examples/nettle-benchmark.c (main): Benchmark openssl...
2005-09-28 Niels MöllerCheck WITH_OPENSSL, not
2004-02-07 Niels Möller(xalloc): New function. Use instead
2004-02-05 Niels Möller* examples/nettle-benchmark.c (bench_hash, time_hash...
2004-02-05 Niels Möller(time_function): Loop around calling
2003-05-12 Niels Möller* Reordered includes in most or all .c-files. All shoul...
2003-03-02 Niels Möller(time_cipher): Don't use GNU C
2002-07-18 Niels Möller(main): Try openssl's ciphers as
2002-02-14 Niels Möller*** empty log message ***
2002-02-11 Niels Möller(display): New function for
2002-01-12 Niels MöllerUse the interface in nettle-meta.h.
2001-10-12 Niels MöllerAdded more ciphers.
2001-10-12 Niels Möller* examples/nettle-benchmark.c: New benchmarking program.