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
/
block
/
blowfish
/
blowfish.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make get_byte take a compile-time constant index
Jack Lloyd
2021-04-16
1
-4
/
+4
*
Break complicated expression down into several statements
Jack Lloyd
2020-11-30
1
-2
/
+6
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-2
/
+2
*
Add Bcrypt-PBKDF
Jack Lloyd
2019-05-31
1
-3
/
+11
*
Unroll Blowfish loop by 4 instead of 2
Jack Lloyd
2018-10-14
1
-16
/
+45
*
Support salts other than exactly 16 bytes for Blowfish key setup
Jack Lloyd
2018-07-18
1
-28
/
+31
*
Document new flag for setting bcrypt version [ci skip]
Jack Lloyd
2018-07-05
1
-1
/
+1
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
1
-6
/
+2
*
Optimize Blowfish
Jack Lloyd
2017-11-16
1
-41
/
+82
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
1
-0
/
+4
*
Fix incorrect password truncation in bcrypt password hashing.
Jack Lloyd
2017-03-24
1
-7
/
+11
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-33
/
+33
*
Add Cilk/OpenMP support
Jack Lloyd
2016-11-26
1
-14
/
+8
*
Inline Blowfish tables to blowfish.cpp
Jack Lloyd
2016-11-03
1
-0
/
+182
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-34
/
+34
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-2
/
+2
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
1
-3
/
+1
*
Fix compilation by Clang with _LIBCPP_DEBUG
LSK
2015-07-08
1
-4
/
+4
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-1
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Fix various warnings from VC++ 2014 and add missing include
lloyd
2014-10-31
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+195