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
/
salsa20
/
salsa20.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify Salsa20 xor loop
Jack Lloyd
2018-11-21
1
-4
/
+7
*
De-inline functions from stream cipher headers
Jack Lloyd
2018-08-08
1
-3
/
+20
*
Add StreamCipher::default_iv_length
Jack Lloyd
2018-08-08
1
-7
/
+8
*
Fix a bug in XSalsa20
Jack Lloyd
2018-08-07
1
-19
/
+40
*
Avoid crash in ChaCha20+Salsa if set_iv called without a key set
Jack Lloyd
2018-08-07
1
-0
/
+2
*
Add Scrypt key dervation function
Jack Lloyd
2018-05-16
1
-7
/
+10
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
1
-0
/
+1
*
Support seeking in Salsa20
Jack Lloyd
2017-11-14
1
-2
/
+17
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
1
-0
/
+2
*
Add compile-time rotation functions
Jack Lloyd
2017-10-12
1
-10
/
+10
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-28
/
+28
*
Salsa20 accepts empty IVs
Jack Lloyd
2016-10-30
1
-3
/
+8
*
Add SHAKE-128 as stream cipher
Jack Lloyd
2016-10-19
1
-1
/
+1
*
Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...
SimCog
2016-06-18
1
-0
/
+4
*
Internal header cleanups
Jack Lloyd
2015-09-19
1
-1
/
+1
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
1
-2
/
+0
*
lib/stream: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-3
/
+3
*
Use registry for streams and MACs. Start updating callers.
lloyd
2015-01-31
1
-3
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Remove unused include
lloyd
2014-02-13
1
-1
/
+0
*
Add ChaCha
lloyd
2014-01-31
1
-74
/
+64
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+243