summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj.filters
Commit message (Collapse)AuthorAgeFilesLines
* Add Power9 Random Number Generator support (GH #747, PR #748)Jeffrey Walton2018-11-281-0/+6
| | | | This adds the missing changes to the Windows source files
* Rename files with dashes to underscoresJeffrey Walton2018-11-101-4/+4
| | | | Also see https://github.com/weidai11/cryptopp/issues/736
* Add sse-simd.cpp to nmake file and vcxproj filtersJeffrey Walton2017-11-161-0/+3
|
* Split source files to support Base Implementation + SIMD implementation (GH ↵Jeffrey Walton2017-08-171-0/+9
| | | | | #461) Split source files to support Base Implementation + SIMD implementation
* Add ARIA block cipherJeffrey Walton2017-04-101-1/+1
| | | | | | This is the reference implementation, test data and test vectors from the ARIA.zip package on the KISA website. The website is located at http://seed.kisa.or.kr/iwt/ko/bbs/EgovReferenceList.do?bbsId=BBSMSTR_000000000002. We have optimized routines that improve Key Setup and Bulk Encryption performance, but they are not being checked-in at the moment. The ARIA team is updating its implementation for contemporary hardware and we would like to use it as a starting point before we wander too far away from the KISA implementation.
* Add NIST SP800-90A Hash_DRBG generatorJeffrey Walton2016-12-301-3/+0
|
* Add ecpoint.h header file. Add EncodedPoint interface. Add documntationJeffrey Walton2016-11-041-0/+3
|
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-0/+3
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* Make VS2010 default. Archive VS2005 project files. Archive Borland project filesJeffrey Walton2016-09-101-0/+390
| | | | | VS2005 project files are available in vs2005.zip Borland 10 project files are available in bds10.zip
* Revert "Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous ↵Jeffrey Walton2015-07-251-387/+0
| | | | | | | | struct>::HighPart'" under MinGW". The commit accidentally committed a number of unneeded files while on Windows during testing. This reverts commit 576749b4bbc1d52f6460bbb1f79b8e5ac0270ee7.
* Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous ↵Jeffrey Walton2015-07-251-0/+387
struct>::HighPart'" under MinGW