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 exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-1
/
+1
*
Simplify Salsa20 xor loop
Jack Lloyd
2018-11-21
1
-4
/
+7
*
Slight simplification to ChaCha loop
Jack Lloyd
2018-11-21
1
-7
/
+13
*
Remove needless memset operation
Jack Lloyd
2018-11-17
1
-1
/
+0
*
Use vzeroupper/vzeroall to transition between AVX and SSE states.
Jack Lloyd
2018-11-10
1
-0
/
+4
*
Add some missing includes
Jack Lloyd
2018-11-08
1
-0
/
+1
*
Optimize AVX2 ChaCha
Jack Lloyd
2018-11-05
1
-236
/
+181
*
Add ChaCha using SIMD_4x32
Jack Lloyd
2018-11-04
9
-608
/
+236
*
Add ChaCha in NEON
Jack Lloyd
2018-10-26
4
-0
/
+324
*
In ChaCha AVX2/SSE2 code s/input/state/
Jack Lloyd
2018-10-26
2
-80
/
+79
*
Remove unused variable
Jack Lloyd
2018-08-26
1
-1
/
+0
*
Add AVX2 version of ChaCha
Jack Lloyd
2018-08-26
4
-12
/
+304
*
Optimize computation of CTR input blocks
Jack Lloyd
2018-08-10
1
-8
/
+13
*
Specialize CTR::seek for 4-byte counters
Jack Lloyd
2018-08-10
1
-5
/
+19
*
Add StreamCipher::write_keystream
Jack Lloyd
2018-08-08
3
-0
/
+31
*
De-inline functions from stream cipher headers
Jack Lloyd
2018-08-08
12
-52
/
+127
*
Add StreamCipher::default_iv_length
Jack Lloyd
2018-08-08
8
-11
/
+26
*
Add support for XChaCha
Jack Lloyd
2018-08-07
3
-41
/
+126
*
Fix a bug in XSalsa20
Jack Lloyd
2018-08-07
2
-19
/
+43
*
Avoid crash in ChaCha20+Salsa if set_iv called without a key set
Jack Lloyd
2018-08-07
2
-0
/
+4
*
Add Scrypt key dervation function
Jack Lloyd
2018-05-16
2
-7
/
+12
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
6
-4
/
+10
*
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
[next]