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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid including rotate.h in bswap.h
Jack Lloyd
2018-12-21
1
-0
/
+1
*
Simplify Salsa20 xor loop
Jack Lloyd
2018-11-21
1
-4
/
+7
*
De-inline functions from stream cipher headers
Jack Lloyd
2018-08-08
2
-11
/
+24
*
Add StreamCipher::default_iv_length
Jack Lloyd
2018-08-08
2
-7
/
+10
*
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
1
-0
/
+2
*
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
1
-0
/
+1
*
Support seeking in Salsa20
Jack Lloyd
2017-11-14
2
-3
/
+18
*
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
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-1
/
+1
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
2
-34
/
+34
*
Salsa20 accepts empty IVs
Jack Lloyd
2016-10-30
2
-4
/
+9
*
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
2
-0
/
+6
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
1
-1
/
+1
*
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
*
stream: Add missing overrides
Daniel Seither
2015-07-30
1
-8
/
+8
*
lib/stream: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-3
/
+3
*
Fix various bugs found by Coverity scanner.
lloyd
2015-05-15
1
-1
/
+1
*
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
2
-2
/
+2
*
Remove unused include
lloyd
2014-02-13
1
-1
/
+0
*
Add ChaCha
lloyd
2014-01-31
2
-77
/
+67
*
Move lib into src
lloyd
2014-01-10
3
-0
/
+290