summaryrefslogtreecommitdiff
path: root/xtr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-2/+2
|
* changes for 5.6: weidai2009-03-021-1/+1
| | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required
* fix potential threading problem with initialization of static objectsweidai2003-07-291-3/+2
|
* Initial revisionweidai2002-10-041-0/+101