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
/
hash
/
blake2
/
blake2b.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor optimization for Blake2b::final_result
Jack Lloyd
2019-12-08
1
-1
/
+2
*
Add BOTAN_FORCE_INLINE and use it in BLAKE2b
Jack Lloyd
2019-08-31
1
-3
/
+3
*
s/Blake2b/BLAKE2b/
Jack Lloyd
2019-02-22
1
-14
/
+14
*
Avoid macros in Blake2b to workaround Visual C++ 2017 infinite loop
Jack Lloyd
2017-12-30
1
-39
/
+44
*
Fix build on 32-bit
Jack Lloyd
2017-10-26
1
-1
/
+1
*
Avoid invalid iterator woes
Jack Lloyd
2017-10-26
1
-8
/
+18
*
Blake2b optimizations
Jack Lloyd
2017-10-26
1
-120
/
+87
*
Add compile-time rotation functions
Jack Lloyd
2017-10-12
1
-4
/
+4
*
Add HashFunction::copy_state
Jack Lloyd
2017-05-22
1
-0
/
+5
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-20
/
+20
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-5
/
+0
*
Fix indent
Jack Lloyd
2016-01-30
1
-171
/
+193
*
Blake2b: use rotate_right instead of a macro
cynecx
2016-01-27
1
-7
/
+5
*
Blake2b: Fix for MSVC
cynecx
2016-01-26
1
-5
/
+3
*
Blake2b: Add copyright & fix header guard
cynecx
2016-01-26
1
-1
/
+8
*
Add Blake2b hash function
cynecx
2016-01-26
1
-0
/
+199