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
/
lib
/
modes
/
aead
/
gcm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further optimizations, and split out GHASH reduction code
Jack Lloyd
2017-10-18
2
-79
/
+46
*
GCM and CTR optimizations
Jack Lloyd
2017-10-18
6
-319
/
+508
*
Further GCM optimizations
Jack Lloyd
2017-10-13
1
-17
/
+27
*
Optimize GCM
Jack Lloyd
2017-10-13
6
-151
/
+215
*
More include header cleanups
Jack Lloyd
2017-09-21
2
-2
/
+8
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
3
-6
/
+6
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-4
/
+4
*
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
1
-1
/
+1
*
reenable 8 byte gcm tags
Atanas Filyanov
2017-09-15
1
-1
/
+2
*
Allow GCM tag size in the range 96..128 bits
Atanas Filyanov
2017-09-14
1
-1
/
+2
*
allow 12 byte GCM tags and add test vectors
Atanas Filyanov
2017-09-13
1
-1
/
+1
*
Add support for ARMv8 PMULL instruction
Jack Lloyd
2017-09-03
4
-0
/
+112
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
2
-3
/
+6
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
4
-57
/
+57
*
Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...
Jack Lloyd
2016-11-26
1
-1
/
+1
*
Cipher_Mode and AEAD_Mode improvements
Daniel Neus
2016-11-08
2
-2
/
+20
*
Implements GMAC with GHASH.
Matthias Gierlings
2016-10-28
2
-54
/
+52
*
Added implementation for GMAC
Matthias Gierlings
2016-10-27
2
-49
/
+54
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-1
/
+1
*
Add ISA annotations to functions using SIMD, AES, etc
Jack Lloyd
2016-10-14
1
-0
/
+1
*
Merge GH #516 Cipher_Mode API improvements
Jack Lloyd
2016-09-26
2
-35
/
+34
|
\
|
*
Cipher_Mode API improvements
Jack Lloyd
2016-09-01
2
-35
/
+34
*
|
Change T::provider to return std::string
Jack Lloyd
2016-09-15
2
-2
/
+2
*
|
Add T::provider() to allow user to inquire about implementation used
Jack Lloyd
2016-09-15
2
-0
/
+12
|
/
*
Fix GCM counter increment
Jack Lloyd
2016-05-23
1
-1
/
+1
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
1
-2
/
+2
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
2
-7
/
+7
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Make portable GCM multiply operation run in constant time.
Jack Lloyd
2015-12-04
1
-9
/
+16
*
Same treatment for cipher modes
Jack Lloyd
2015-09-10
1
-2
/
+0
*
modes: Add missing overrides
Daniel Seither
2015-07-30
1
-3
/
+4
*
lib/modes: Convert &vec[0] to vec.data()
Simon Warta
2015-06-24
2
-20
/
+20
*
Consider AES-NI as implying SSSE3 which lets us merge two of the
lloyd
2015-03-15
1
-1
/
+1
*
Fix clmul which was broken by amalgamation ISA split.
lloyd
2015-03-12
2
-2
/
+2
*
Clean up root dir, remove some unneeded dependencies
lloyd
2015-02-05
1
-1
/
+0
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-2
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
4
-4
/
+4
*
Replace Transformatio::nstart with start_raw so we can do a full set
lloyd
2014-11-05
2
-5
/
+5
*
Clang fixes
lloyd
2014-02-09
1
-0
/
+1
*
Add header guard and fix amalgamation. Github issue 10.
lloyd
2014-01-31
1
-0
/
+5
*
Guess I won't be needing these
lloyd
2014-01-18
1
-1
/
+0
*
Split off the keyed interfaces of transform to Keyed_Transform
lloyd
2014-01-18
1
-3
/
+3
*
Move lib into src
lloyd
2014-01-10
6
-0
/
+544