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
/
siv
/
siv.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy readability-named-parameter
Jack Lloyd
2022-02-06
1
-1
/
+1
*
Fix clang-tidy readability-container-size-empty warnings
Jack Lloyd
2022-02-06
1
-2
/
+2
*
Avoid raw pointers in AEAD code
Jack Lloyd
2021-04-06
1
-4
/
+3
*
MessageAuthenticationCode::new_object
Jack Lloyd
2021-04-03
1
-1
/
+2
*
Add StreamCipher::new_object
Jack Lloyd
2021-04-03
1
-1
/
+1
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-3
/
+3
*
Generalize SIV's support for multiple ADs to the AEAD interface
Jack Lloyd
2020-10-31
1
-1
/
+6
*
Rename Integrity_Failure to Invalid_Authentication_Tag
Jack Lloyd
2019-01-18
1
-1
/
+1
*
Minor SIV/CMAC optimizations
Jack Lloyd
2017-11-02
1
-3
/
+6
*
Helpful comment
Jack Lloyd
2017-10-11
1
-1
/
+2
*
Avoid debug iterator error
Jack Lloyd
2017-09-24
1
-6
/
+12
*
Better tests for SIV
Jack Lloyd
2017-09-24
1
-21
/
+29
*
Further build/test fixes for restricted configurations
Jack Lloyd
2017-09-24
1
-0
/
+5
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-1
/
+0
*
Improve polynomial doubling code, move to util
Jack Lloyd
2017-08-15
1
-3
/
+4
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-13
/
+13
*
Cipher_Mode and AEAD_Mode improvements
Daniel Neus
2016-11-08
1
-1
/
+8
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-1
/
+0
*
SIV is restricted to 128 bit ciphers
Jack Lloyd
2016-10-02
1
-0
/
+2
*
Cipher_Mode API improvements
Jack Lloyd
2016-09-01
1
-9
/
+4
*
Same treatment for cipher modes
Jack Lloyd
2015-09-10
1
-2
/
+0
*
lib/modes: Convert &vec[0] to vec.data()
Simon Warta
2015-06-24
1
-9
/
+9
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-3
/
+4
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Replace Transformatio::nstart with start_raw so we can do a full set
lloyd
2014-11-05
1
-6
/
+6
*
Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.
lloyd
2014-01-18
1
-3
/
+3
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+180