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
/
rc4
/
rc4.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-1
/
+1
*
De-inline functions from stream cipher headers
Jack Lloyd
2018-08-08
1
-0
/
+10
*
Fix RC4 name in case of skipped bytes
Jack Lloyd
2017-12-28
1
-3
/
+6
*
Support seeking in Salsa20
Jack Lloyd
2017-11-14
1
-1
/
+1
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
1
-0
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-6
/
+6
*
Remove alias logic from SCAN_Name
Jack Lloyd
2016-10-21
1
-2
/
+3
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-9
/
+0
*
Make Stream_Cipher::set_iv() pure virtual
René Korthaus
2016-07-20
1
-0
/
+6
*
Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...
SimCog
2016-06-18
1
-0
/
+4
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-40
/
+40
*
initialize private members in rc4 header
Daniel Neus
2015-12-23
1
-1
/
+1
*
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-1
/
+1
*
Internal header cleanups
Jack Lloyd
2015-09-19
1
-1
/
+0
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
1
-2
/
+0
*
Fix various bugs found by Coverity scanner.
lloyd
2015-05-15
1
-1
/
+1
*
Move Cipher_Mode enum out of types.h, move stream cipher mode to new header
lloyd
2015-02-05
1
-2
/
+1
*
Use registry for streams and MACs. Start updating callers.
lloyd
2015-01-31
1
-1
/
+12
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+109