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
/
stream
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make stream, block, hash and cipher mode base classes optional
Jack Lloyd
2018-01-12
2
-0
/
+8
*
FIX: add carry bit to correct half-pad
René Meusel
2018-01-05
1
-1
/
+1
*
Fix RC4 name in case of skipped bytes
Jack Lloyd
2017-12-28
1
-3
/
+6
*
Accept ChaCha20 as a name
Jack Lloyd
2017-12-18
1
-0
/
+6
*
Support seeking in Salsa20
Jack Lloyd
2017-11-14
6
-9
/
+23
*
Include <memory> in base type headers
Jack Lloyd
2017-10-29
1
-0
/
+1
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
5
-7
/
+16
*
Convert http:// links to https:// where possible
Jack Lloyd
2017-10-24
1
-1
/
+1
*
Allow setting CTR width via string
Jack Lloyd
2017-10-20
3
-6
/
+14
*
Appease Sonar
Jack Lloyd
2017-10-19
1
-1
/
+1
*
Further optimizations, and split out GHASH reduction code
Jack Lloyd
2017-10-18
1
-8
/
+11
*
GCM and CTR optimizations
Jack Lloyd
2017-10-18
2
-47
/
+99
*
Add compile-time rotation functions
Jack Lloyd
2017-10-12
2
-16
/
+16
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
1
-1
/
+1
*
Better tests for SIV
Jack Lloyd
2017-09-24
2
-12
/
+14
*
Further build/test fixes for restricted configurations
Jack Lloyd
2017-09-24
1
-0
/
+4
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
7
-14
/
+14
*
Add API stability annotations.
Jack Lloyd
2017-09-19
7
-7
/
+7
*
Refactor: remove big-endian addition code duplication
René Meusel
2017-04-13
2
-18
/
+27
*
Refactor: use ::seek(0) in CTR_BE::set_iv()
René Meusel
2017-04-13
1
-18
/
+1
*
Add implementation of CTR_BE::seek()
René Meusel
2017-04-13
2
-2
/
+31
*
Content:
Tomasz Frydrych
2017-04-03
1
-1
/
+1
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
8
-8
/
+24
*
Support zero-length IV in ChaCha
Jack Lloyd
2017-02-02
2
-3
/
+17
*
Add BOTAN_UNUSED in creator functions
Jack Lloyd
2017-01-27
1
-0
/
+3
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
14
-120
/
+120
*
Fix dead stores in chacha_sse2_x4
Never
2016-11-25
1
-6
/
+3
*
Add SHAKE-128 and SHAKE-256 as hash functions
Jack Lloyd
2016-11-10
3
-11
/
+11
*
Salsa20 accepts empty IVs
Jack Lloyd
2016-10-30
2
-4
/
+9
*
Merge GH #668: Remove Algo_Registry and associated global locks
Jack Lloyd
2016-10-24
8
-64
/
+99
|
\
|
*
Remove alias logic from SCAN_Name
Jack Lloyd
2016-10-21
2
-4
/
+8
|
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
8
-62
/
+93
*
|
Address some Coverity warnings
Jack Lloyd
2016-10-22
1
-1
/
+1
|
/
*
Merge GH #669 Add SHA-3, SHAKE-128, and BoringSSL-mode NewHope
Jack Lloyd
2016-10-20
5
-1
/
+149
|
\
|
*
Add SHAKE-128 as stream cipher
Jack Lloyd
2016-10-19
5
-1
/
+149
*
|
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-1
/
+1
*
|
Minor doxygen fixes [ci skip]
René Korthaus
2016-10-19
2
-2
/
+2
*
|
Improve stream doxygen [ci skip]
René Korthaus
2016-10-19
2
-5
/
+24
|
/
*
Add ISA annotations to functions using SIMD, AES, etc
Jack Lloyd
2016-10-14
1
-0
/
+1
*
Maintainer mode fixes.
Jack Lloyd
2016-09-21
1
-1
/
+1
*
Change T::provider to return std::string
Jack Lloyd
2016-09-15
3
-4
/
+3
*
Add T::provider() to allow user to inquire about implementation used
Jack Lloyd
2016-09-15
3
-0
/
+21
*
Remove bogus decl
Jack Lloyd
2016-09-05
1
-2
/
+0
*
Merge GH #613 NewHope R-LWE key exchange
Jack Lloyd
2016-09-05
1
-1
/
+1
|
\
|
*
Add NEWHOPE KEM scheme
Jack Lloyd
2016-08-30
1
-1
/
+1
*
|
Avoid _mm_set_epi64x which is missing on 32-bit MSVC 12
Jack Lloyd
2016-09-02
1
-8
/
+8
*
|
Correct macro check
Jack Lloyd
2016-09-01
2
-2
/
+2
*
|
Missing increment in SSE2 version, broke ChaCha20Poly1305 tests
Jack Lloyd
2016-09-01
1
-0
/
+3
*
|
4x interleaved SSE2
Jack Lloyd
2016-09-01
1
-67
/
+225
*
|
ChaCha 4 ways
Jack Lloyd
2016-09-01
3
-129
/
+153
[next]