summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new test vectors. 'Test: Encrypt' now tests decryption alsoweidai2007-04-1510-2900/+53
* fix threading bugweidai2007-02-031-1/+1
* add missing file for Borland C++weidai2006-12-251-0/+5
* fix compile on MSVC2002 and MSVC6 without Processor Packweidai2006-12-255-40/+42
* adding missing BlockSize()weidai2006-12-251-0/+1
* adding missing AlgorithmName()weidai2006-12-252-0/+2
* update copyright yearweidai2006-12-221-1/+1
* prepare for releaseweidai2006-12-221-4/+5
* fix compile for MSVC .NET 2002weidai2006-12-222-4/+4
* fix compile for MSVC .NET 2003weidai2006-12-221-1/+1
* fix SunCC compileweidai2006-12-212-4/+4
* fix for DLL-import configurationweidai2006-12-211-7/+7
* fix compile with Sun CC 64-bitweidai2006-12-202-3/+10
* update version number, port to Sun C++ 5.8weidai2006-12-1837-147/+208
* add V (version) optionweidai2006-12-182-0/+7
* remove CodeWarrior project fileweidai2006-12-181-0/+0
* remove old codeweidai2006-12-141-6/+1
* port to Borland C++Builder 2006weidai2006-12-141-2/+2
* port to Borland C++Builder 2006weidai2006-12-1437-117/+158
* implement AlgorithmName() for hash and signature filtersweidai2006-12-141-3/+14
* add Borland C++ project filesweidai2006-12-144-0/+656
* fix BlockingRng for OpenBSDweidai2006-12-131-3/+11
* use egrep instead of grepweidai2006-12-121-5/+5
* remove GCC warningweidai2006-12-121-1/+1
* fix incorrect type in UncheckedSetKey parameterweidai2006-12-115-7/+7
* minor style fixweidai2006-12-112-2/+2
* update Readmeweidai2006-12-111-4/+5
* fix ISX86weidai2006-12-111-1/+1
* improved method of disable inlining, fix compile on NetBSDweidai2006-12-113-7/+19
* fix compile with MSVC 2005 SP1 betaweidai2006-12-101-1/+1
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-1066-250/+203
* add Salsa20 cipherweidai2006-12-0915-186/+437
* cygwin workaroundweidai2006-12-091-0/+2
* VC2005 workaroundweidai2006-12-092-3/+8
* updated FIPS algorithm testsweidai2006-12-091-138/+127
* fix terminator param being ignoredweidai2006-12-091-1/+1
* add -pthread and allow make installweidai2006-12-091-1/+18
* Updated to Whirlpool version 3.0weidai2006-12-092-3595/+316
* fix compile on Unixweidai2006-09-061-1/+1
* remove extraneous codeweidai2006-09-061-8/+0
* fix self-test when installed into unicode pathsweidai2006-09-061-14/+53
* remove extraneous fileweidai2006-09-012-8/+0
* remove compiler warningsweidai2006-09-014-226/+38
* fix bug in last checkinweidai2006-08-101-1/+1
* change DLL integrity self-test to allow DLL to be Authenticode signedweidai2006-07-306-62/+179
* update versionweidai2006-07-301-5/+5
* fix bug in HexDecoder::IsolatedInitialize (thanks to BaiYang)weidai2006-07-231-1/+1
* BlockAlignment()weidai2006-07-171-0/+1
* optimization in CBC_Decryption::ProcessBlocks()weidai2006-07-171-2/+1
* fix StaticAlgorithmName() for CTR modeweidai2006-07-171-1/+1