summaryrefslogtreecommitdiff
path: root/validat1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-4/+4
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
* Fix TestAltivecOps on AIXJeffrey Walton2019-01-201-9/+13
* Rename PPC vector functions from VectorFunc to VecFuncJeffrey Walton2018-11-151-24/+24
* Add Octet suffix for vec_sldJeffrey Walton2018-11-141-6/+6
* Add Octet suffix for vec_sldJeffrey Walton2018-11-141-5/+5
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-1/+1
* Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with AutotoolsJeffrey Walton2018-10-281-1/+1
* Revert "Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with Autotools"Jeffrey Walton2018-10-281-1/+1
* Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with AutotoolsJeffrey Walton2018-10-271-1/+1
* Add POWER8 GCM mode (GH #698)Jeffrey Walton2018-08-091-1/+1
* Add Altivec vector extraction testsJeffrey Walton2018-08-091-2/+31
* Remove temporary variableJeffrey Walton2018-08-081-9/+8
* Add additional PowerPC self testsJeffrey Walton2018-08-081-26/+73
* Update commentsJeffrey Walton2018-08-061-0/+6
* Add VectorLoad and VectorStore test codeJeffrey Walton2018-08-061-0/+78
* Split validat*.cpp source filesJeffrey Walton2018-07-281-3471/+1000
* Add ARMv8.4 cpu feature detection support (GH #685) (#687)Jeffrey Walton2018-07-151-4/+16
* Remove CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS support (GH #682)Jeffrey Walton2018-07-111-13/+2
* Add ARMv7 cpu detectionJeffrey Walton2018-07-081-8/+14
* Add HC-256 stream cipher (GH #680)Jeffrey Walton2018-07-051-0/+7
* Add HC-128 stream cipher (GH #679)Jeffrey Walton2018-07-051-0/+7
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-0/+7
* Add additional SIMECK tests (GH #675)Jeffrey Walton2018-06-301-0/+8
* Add HIGHT lightweight block cipher (GH #672)Jeffrey Walton2018-06-241-0/+8
* Fix typoJeffrey Walton2018-06-181-2/+2
* Add AVX and AVX2 runtime feature detection (GH #671)Jeffrey Walton2018-06-181-3/+12
* Add CHAM lightweight block cipher (PR #670)Jeffrey Walton2018-06-171-0/+8
* Add LEA lightweight block cipher (GH #669)Jeffrey Walton2018-06-171-0/+9
* Add scrypt key derivation function (GH #613, PR #626)Jeffrey Walton2018-03-311-0/+1
* Remove '#undef BLOCKING_RNG_AVAILABLE' from validate.cppJeffrey Walton2018-03-281-2/+0
* Move some tests from TestIntegerBitops to TestIntegerOps (GH #602)Jeffrey Walton2018-03-251-0/+2
* Remove Simon and Speck ciphers (GH #585)Jeffrey Walton2018-02-141-2/+0
* Clear Coverity finding CID 186948Jeffrey Walton2018-01-191-9/+6
* Convert Kalyna from variable block size (GH #535)Jeffrey Walton2018-01-181-1/+1
* Add interface to TweetNaCl library (#566)Jeffrey Walton2018-01-171-0/+2
* Add additional Encoder and Decoder alphabet test (GH #562)Jeffrey Walton2018-01-131-10/+54
* Fix lookup array size in self testJeffrey Walton2018-01-121-1/+1
* Add additional Encoder and Decoder alphabet test (GH #562)Jeffrey Walton2018-01-121-6/+11
* add self test for custom Encoder and Decoder alphabet (GH #562)Jeffrey Walton2018-01-121-0/+109
* Fix error in bits2octets: should use the base point's bit count, instead of t...Linmao Song2018-01-101-0/+1
* Clear clang-tidy warningsJeffrey Walton2018-01-021-4/+3
* Add thorough param to ValidateECGDSAJeffrey Walton2017-11-251-1/+1
* Add SM3 hash function (GH #541)Jeffrey Walton2017-11-231-0/+2
* Add SIMON-64 and SIMON-128 lightweight block ciphers (GH #539)Jeffrey Walton2017-11-211-0/+1
* Add SPECK-64 and SPECK-128 lightweight block ciphers (GH #538)Jeffrey Walton2017-11-201-0/+1
* Prefix IS_LITTLE_ENDIAN and IS_BIG_ENDIAN with CRYPTOPPJeffrey Walton2017-11-101-2/+2
* Cleanup Altivec and Power7 code pathsJeffrey Walton2017-10-171-6/+7
* Add Power8 SHA256 and SHA512 support (GH #513)Jeffrey Walton2017-09-221-3/+3
* Add missing newline to IA-32 config outputJeffrey Walton2017-09-161-14/+14