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
/
ocb
/
ocb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
OCB optimizations
Jack Lloyd
2019-09-28
1
-19
/
+20
*
Rename Integrity_Failure to Invalid_Authentication_Tag
Jack Lloyd
2019-01-18
1
-1
/
+1
*
Make significant_words const time also
Jack Lloyd
2018-12-23
1
-3
/
+3
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
1
-3
/
+3
*
In EAX, CCM, OCB verify nonce is set before processing
Jack Lloyd
2018-08-17
1
-0
/
+4
*
Fix crashes when modes were used unkeyed.
Jack Lloyd
2018-08-05
1
-4
/
+10
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
1
-4
/
+6
*
OCB optimizations
Jack Lloyd
2017-10-13
1
-57
/
+90
*
OCB optimizations
Jack Lloyd
2017-10-12
1
-47
/
+45
*
Address some MSVC warnings
Jack Lloyd
2017-09-30
1
-1
/
+1
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-1
/
+1
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Merge GH #1205 Support large blocks in OCB mode
Jack Lloyd
2017-09-19
1
-58
/
+127
|
\
|
*
Change wide block OCB
Jack Lloyd
2017-09-15
1
-29
/
+0
|
*
Add alternate form for matching OCB ref code
Jack Lloyd
2017-09-11
1
-4
/
+30
|
*
Support larger block sizes in OCB
Jack Lloyd
2017-09-10
1
-55
/
+127
*
|
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
1
-1
/
+1
|
/
*
Simplify polynomial doubling code
Jack Lloyd
2017-09-05
1
-2
/
+2
*
Improve polynomial doubling code, move to util
Jack Lloyd
2017-08-15
1
-2
/
+4
*
Add assertion to ensure key is set in OCB_Encryption::encrypt.
Daniel Wyatt
2017-06-09
1
-0
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-37
/
+37
*
Cipher_Mode and AEAD_Mode improvements
Daniel Neus
2016-11-08
1
-2
/
+10
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-1
/
+1
*
Cipher_Mode API improvements
Jack Lloyd
2016-09-01
1
-64
/
+49
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-1
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-2
/
+2
*
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
-23
/
+23
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-3
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
OCB cleanup and additional tests
lloyd
2014-11-07
1
-49
/
+41
*
Replace Transformatio::nstart with start_raw so we can do a full set
lloyd
2014-11-05
1
-1
/
+1
*
Fix various warnings from VC++ 2014 and add missing include
lloyd
2014-10-31
1
-3
/
+3
*
Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.
lloyd
2014-01-18
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+432