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
Commit message (
Expand
)
Author
Age
Files
Lines
*
More clang-tidy fixes
Jack Lloyd
2022-02-10
1
-0
/
+2
*
Add HashFunction::new_object
Jack Lloyd
2021-04-03
2
-3
/
+3
*
Use make_unique in copy_state implementations
Jack Lloyd
2021-04-03
1
-1
/
+1
*
Add support for keyed Blake2b and also MAC via Blake2b.
Tom
2020-11-29
2
-5
/
+54
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
2
-6
/
+4
*
Minor optimization for Blake2b::final_result
Jack Lloyd
2019-12-08
1
-1
/
+2
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
1
-0
/
+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
2
-18
/
+20
*
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
2
-132
/
+92
*
Add compile-time rotation functions
Jack Lloyd
2017-10-12
1
-4
/
+4
*
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
*
Add HashFunction::copy_state
Jack Lloyd
2017-05-22
2
-0
/
+7
*
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
-27
/
+27
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
2
-7
/
+0
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-1
/
+1
*
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
2
-3
/
+17
*
Add Blake2b hash function
cynecx
2016-01-26
3
-0
/
+256