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
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-7
/
+6
*
Remove XTEA
Jack Lloyd
2020-11-05
1
-1
/
+0
*
Remove KASUMI
Jack Lloyd
2020-11-05
1
-1
/
+0
*
Remove Tiger hash function
Jack Lloyd
2020-11-05
1
-1
/
+0
*
Remove MISTY1
Jack Lloyd
2020-11-05
1
-1
/
+0
*
Remove CAST-256
Jack Lloyd
2020-11-05
1
-1
/
+0
*
Some math deprecations
Jack Lloyd
2020-11-05
1
-2
/
+2
*
Improve AVX-512 detection
Jack Lloyd
2020-10-24
1
-2
/
+0
*
Fix build problem
Jack Lloyd
2020-10-01
1
-2
/
+2
*
Fix cppcheck findings
René Fischer
2020-06-05
1
-13
/
+13
*
Add Processor_RNG
Jack Lloyd
2020-05-08
1
-6
/
+6
*
Merge GH #2298 Clean up prime generation logic
Jack Lloyd
2020-03-06
1
-6
/
+18
|
\
|
*
Clean up prime generation logic slightly
Jack Lloyd
2020-03-06
1
-6
/
+18
*
|
Optimize inverse_mod
Jack Lloyd
2020-03-06
1
-18
/
+22
|
/
*
Remove use of Binary Extended Euclidean Algorithm for inversion
Jack Lloyd
2020-03-01
1
-10
/
+27
*
Add more tests for speed util
Jack Lloyd
2020-02-09
1
-2
/
+1
*
Add -Werror mode for CI build
Jack Lloyd
2019-12-03
1
-1
/
+1
*
Tweak block cipher encryption perf test
Jack Lloyd
2019-10-03
1
-2
/
+3
*
Merge GH #2124 Add poly_dbl speed util
Jack Lloyd
2019-09-28
1
-0
/
+30
|
\
|
*
Add poly_dbl speed util
Jack Lloyd
2019-09-28
1
-0
/
+30
*
|
OCB optimizations
Jack Lloyd
2019-09-28
1
-1
/
+1
|
/
*
Fix small bug in is_prime speed test
Jack Lloyd
2019-09-27
1
-2
/
+2
*
Add a variant of RandomNumberGenerator::random_vec
Jack Lloyd
2019-09-13
1
-2
/
+2
*
Remove modexp based inversion from speed test
Jack Lloyd
2019-08-23
1
-9
/
+0
*
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
[next]