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
/
streebog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply fixes for clang-analyzer
Jack Lloyd
2022-02-04
1
-20
/
+1
*
Add HashFunction::new_object
Jack Lloyd
2021-04-03
1
-1
/
+1
*
Use make_unique in copy_state implementations
Jack Lloyd
2021-04-03
1
-1
/
+1
*
Remove ULL suffixes
Jack Lloyd
2020-12-01
2
-785
/
+785
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
3
-8
/
+6
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
2
-0
/
+3
*
Fix a carry handling bug in Streebog
Jack Lloyd
2019-08-26
1
-3
/
+4
*
Fix some extra semicolons
Jack Lloyd
2019-03-27
1
-1
/
+1
*
Clean up Streebog and fix use of unaligned loads
Jack Lloyd
2018-12-08
2
-94
/
+114
*
Avoid calling memset, memcpy within library code
Jack Lloyd
2018-11-17
1
-1
/
+3
*
Fix some cast warnings from Sonar
Jack Lloyd
2017-10-01
1
-1
/
+1
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
1
-1
/
+1
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-1
/
+1
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
More annotations
Jack Lloyd
2017-09-19
1
-3
/
+3
*
Fix Wshadow warning
Jack Lloyd
2017-09-17
1
-5
/
+5
*
De-inline xor_buf, add SIMD and unrolling
Jack Lloyd
2017-09-16
1
-11
/
+24
*
Rename file to match conventions
Jack Lloyd
2017-08-31
1
-0
/
+0
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-6
/
+6
*
Avoid math on booleans
Jack Lloyd
2017-08-29
1
-3
/
+3
*
Remove STREEBOG_AX and STREEBOG_C from header.
Daniel Wyatt
2017-08-04
1
-4
/
+0
*
streebog: Addressing review comments.
Daniel Wyatt
2017-08-04
3
-852
/
+46
*
Add Streebog hash (GOST R 34.11-2012).
Daniel Wyatt
2017-08-04
4
-0
/
+1919