index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cli
/
speed.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various MSVC warnings
Jack Lloyd
2019-06-29
1
-1
/
+2
*
Change XMSS OIDs and feature macro name
Jack Lloyd
2019-06-23
1
-2
/
+2
*
Fix some LGTM issues
Jack Lloyd
2019-06-19
1
-0
/
+1
*
Argon2: minor optimizations, add tests of CLI, tweak tuning
Jack Lloyd
2019-05-30
1
-0
/
+46
*
Fix param names to match RFC
Jack Lloyd
2019-05-13
1
-4
/
+4
*
Fix param names
Jack Lloyd
2019-05-10
1
-4
/
+4
*
Fix feature macro checks.
Jack Lloyd
2019-04-26
1
-2
/
+0
*
Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counter
Jack Lloyd
2018-12-23
1
-1
/
+1
*
Test how long it takes to precompute base point multiples
Jack Lloyd
2018-12-16
1
-0
/
+20
*
Fix more MSVC warnings
Jack Lloyd
2018-12-10
1
-2
/
+2
*
Work around a problem when built with OpenSSL
Jack Lloyd
2018-12-10
1
-1
/
+8
*
Support recovering ECDSA public key from message/signature pair
Jack Lloyd
2018-12-10
1
-0
/
+51
*
In speed, track number of invalid generated signatures and print once
Jack Lloyd
2018-12-08
1
-1
/
+6
*
Add a constant time divide variant for dividing by uint8_t
Jack Lloyd
2018-12-02
1
-0
/
+43
*
Add a const-time division algorithm
Jack Lloyd
2018-12-02
1
-0
/
+45
*
Fix more MSVC warnings
Jack Lloyd
2018-10-01
1
-1
/
+1
*
Merge GH #1670 New password hashing interface
Jack Lloyd
2018-09-13
1
-306
/
+18
|
\
|
*
Add tests
Jack Lloyd
2018-09-10
1
-9
/
+12
|
*
Promote Timer to an internal util class
Jack Lloyd
2018-09-10
1
-301
/
+10
*
|
Better error repoting for invalid/out of range --buf-size arg
Jack Lloyd
2018-09-10
1
-2
/
+7
*
|
Fix cipher mode speed benchmark ignoring provider argument
Jose Pereira
2018-09-06
1
-2
/
+2
|
/
*
In speed test, check for availability of NIST reducer functions
Jack Lloyd
2018-08-15
1
-0
/
+2
*
Improve speed of cli tests
Jack Lloyd
2018-08-10
1
-12
/
+23
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
1
-0
/
+37
*
Update password hashing default settings
Jack Lloyd
2018-07-13
1
-0
/
+65
*
In speed command warn if some unknown flag is passed to --clear-cpuid
Jack Lloyd
2018-07-11
1
-1
/
+7
*
More CLI tests
Jack Lloyd
2018-06-28
1
-2
/
+2
*
Avoid a small timing channel in Barrett reduction
Jack Lloyd
2018-06-20
1
-17
/
+19
*
Benchmark only H10 XMSS signatures
Jack Lloyd
2018-05-28
1
-4
/
+4
*
Correct comment on XMSS speeds
Jack Lloyd
2018-05-28
1
-5
/
+9
*
Support scrypt for encrypting private keys
Jack Lloyd
2018-05-22
1
-2
/
+2
*
Test speed of different scrypt params
Jack Lloyd
2018-05-22
1
-10
/
+24
*
Tweak default `speed` targets
Jack Lloyd
2018-05-21
1
-8
/
+8
*
Add Scrypt key dervation function
Jack Lloyd
2018-05-16
1
-0
/
+32
*
Add 24-word wide Comba multiply/square
Jack Lloyd
2018-05-08
1
-1
/
+1
*
Add timing for ECC double and addition algorithms
Jack Lloyd
2018-04-18
1
-0
/
+33
*
Add cycle counter for NIST reduction
Jack Lloyd
2018-04-18
1
-0
/
+52
*
Remove extra trailing ;
Jack Lloyd
2018-04-09
1
-1
/
+1
*
Add BigInt::square plus a speed test for BigInt multiply
Jack Lloyd
2018-04-08
1
-0
/
+47
*
Add RAII versions of get_cipher_mode and get_aead
Jack Lloyd
2018-04-07
1
-2
/
+2
*
Improve modular inverse speed tests
Jack Lloyd
2018-03-22
1
-34
/
+30
*
Avoid throwing out of destructor
Jack Lloyd
2018-03-19
1
-1
/
+5
*
Fix missing comma - unintended string contatentation
Jack Lloyd
2018-03-11
1
-1
/
+1
*
Fix error in FPE_FE1
Jack Lloyd
2018-03-10
1
-1
/
+1
*
Add PointGFp::encode as replacement for EC2OSP
Jack Lloyd
2018-03-10
1
-2
/
+2
*
Fix cpu clock ratio [ci skip]
Jack Lloyd
2018-03-09
1
-0
/
+2
*
Add benchmark for GOST-34.10 signatures
Jack Lloyd
2018-03-08
1
-0
/
+14
*
Merge GH #1478 Add mixed (J+A) point addition, faster scalar mults
Jack Lloyd
2018-03-08
1
-8
/
+15
|
\
|
*
Add mixed (J+A) point addition, new scalar mul for base points
Jack Lloyd
2018-03-08
1
-8
/
+15
*
|
Add a way of specifying CPU clock speed for output purposes
Jack Lloyd
2018-03-08
1
-5
/
+22
[next]