summaryrefslogtreecommitdiff
path: root/tests/benchmark.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-18Always require a 64 bit integer typeWerner Koch1-4/+0
2016-03-18tests: Fix testsuite after the FIPS adjustments.Vitezslav Cizek1-0/+6
2016-03-18tests: Fixes for RSA testsuite in FIPS modeVitezslav Cizek1-7/+14
2015-04-15tests: Improve stopwatch.hWerner Koch1-25/+25
2015-01-16Add OCB cipher modeWerner Koch1-2/+50
2014-11-24tests: Add a prime mode to benchmark.Werner Koch1-5/+68
2014-08-09tests: Add a benchmark for Elgamal.Werner Koch1-3/+262
2014-05-12Add Poly1305-AES (-Camellia, etc) MACsJussi Kivilinna1-0/+12
2014-05-12Add Poly1305 MACJussi Kivilinna1-1/+1
2014-01-27Fix most of memory leaks in tests codeDmitry Eremin-Solenikov1-1/+1
2013-12-15Use u64 for CCM data lengthsJussi Kivilinna1-2/+5
2013-12-09tests: Speed up benchmarks in regression test mode.Werner Koch1-0/+13
2013-12-02ecc: Use constant time point operation for Twisted Edwards.Werner Koch1-1/+7
2013-11-21Add GMAC to MAC APIJussi Kivilinna1-1/+1
2013-11-19Initial implementation of GCMDmitry Eremin-Solenikov1-0/+2
2013-11-16Add new MAC API, initially with HMACJussi Kivilinna1-1/+145
2013-11-05ecc: Require "eddsa" flag for curve Ed25519.Werner Koch1-1/+2
2013-10-29tests: Add feature to skip benchmarks.Werner Koch1-0/+5
2013-10-22Add Counter with CBC-MAC mode (CCM)Jussi Kivilinna1-4/+76
2013-10-16ecc: Add support for GOST R 34.10-2001/-2012 signaturesDmitry Eremin-Solenikov1-1/+16
2013-09-19tests: Beautify some diagnostics.Werner Koch1-7/+27
2013-09-18ecc: Add Ed25519 key generation and prepare for optimizations.Werner Koch1-8/+41
2013-09-16tests: Factor time measurement code out.Werner Koch1-84/+2
2013-08-07tests: fix memory leaks.NIIBE Yutaka1-1/+3
2013-07-10Fix 'Please include winsock2.h before windows.h' warnings with mingw32Jussi Kivilinna1-0/+1
2013-06-26Make gpg-error replacement defines more robust.Werner Koch1-1/+1
2012-12-03random: Add a RNG selection interface and system RNG wrapper.Werner Koch1-0/+17
2011-02-21Final changes for 1.5.0-beta1Werner Koch1-2/+3
2011-02-21Allow --alignment option for md_benchWerner Koch1-26/+36
2011-02-16Add GCRYCTL_DISABLE_HWFWerner Koch1-0/+11
2011-02-15Add asm code to use aeskeygenassist.Werner Koch1-15/+55
2011-02-14Use a better alignment.Werner Koch1-4/+34
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-15/+14
2010-01-21Support WindowsCE.Werner Koch1-0/+13
2009-12-11Boost performance of SHA-512 and SHA-256.Werner Koch1-10/+51
2009-12-10Cleaned up the cipher encrypy/decrypt constraints checks.Werner Koch1-8/+7
2009-12-09Implemented the AES-Wrap algorithmWerner Koch1-1/+2
2009-07-09[random/ChangeLog]Werner Koch1-0/+21
2009-07-02Minor bug fixes.Werner Koch1-6/+6
2008-12-05Fixed error cases in mpicoder.Werner Koch1-1/+1
2008-12-03Fix last moi-pow.c change.Werner Koch1-1/+7
2008-10-24Do no restrtc usage of MD5 in fips mode.Werner Koch1-2/+13
2008-10-02Add CAVS test.Werner Koch1-1/+3
2008-09-18Windows fix.Werner Koch1-1/+1
2008-08-26Implemented transient-key flag as requested by the GNUNet folks.Werner Koch1-17/+22
2008-08-19A whole bunch of changes to eventually support Werner Koch1-1/+7
2008-03-17Better AES performance.Werner Koch1-6/+50
2008-03-12Add a non-blinding testWerner Koch1-6/+39
2007-11-30Add support for the HW RNG. However i was not able to test it because itWerner Koch1-6/+34
2007-10-31Reorganizatiosn to support the visibility attribute.Werner Koch1-20/+47