Dimitris Apostolou
715a0bcce3
Fix typos (PR# 1099)
2022-01-04 05:06:35 -05:00
Jeffrey Walton
9013cb60fb
Fix semicolons yet again (GH #889 )
...
So it looks like sed added a '\r' between the closing paren and the semi. Grepping for '^;' failed because the '\r' was considered part of the previous line, so it showed no hits. I finally had to write a C program to properly identify and fix those damn stray semicolons.
2019-10-14 12:30:10 -04:00
Jeffrey Walton
589c25264a
Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889 )
...
This issue is a recurring issue. Let's try fixing it in the #define this time.
2019-10-03 19:40:53 -04:00
Jeffrey Walton
033f204a86
Fix .Net 2002 compile
...
This testing occurs on Windows XP. We are still rockin it
2019-08-27 14:44:27 -04:00
Jeffrey Walton
fc3b16e3a3
Fix SHAKE compile error with old GCC (GH #818 )
2019-03-18 08:06:48 -04:00
Jeffrey Walton
f44d4cb5b8
Update documentation
2019-02-15 08:57:54 -05:00
Jeffrey Walton
e8bb20d84f
Fix AlgorithmName for SHA3-based classes
2019-02-13 14:22:43 -05:00
Jeffrey Walton
8dd39d03ae
Update documentation
2019-02-13 12:16:05 -05:00
Jeffrey Walton
00f9c1f0eb
Enable extended output in SHAKE-128 and SHAKE-256 (GH #805 , PR #806 )
2019-02-13 11:31:18 -05:00
Jeffrey Walton
2e440959b1
Update documentation
2019-02-13 00:01:58 -05:00
Jeffrey Walton
8db6fe16b4
Update documentation
2019-02-12 23:52:19 -05:00
Jeffrey Walton
57465b5ae3
Update documentation
2019-02-12 23:38:38 -05:00
Jeffrey Walton
c6e8a61b8b
Add SHAKE-128 and SHAKE-256 (GH #805 , PR #806 )
2019-02-12 19:51:37 -05:00