summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test_arm_armv7.cpp programJeffrey Walton2022-02-112-0/+14
* Fix Visual Studio build (GH # 1105)Jeffrey Walton2022-02-111-0/+1
* Clear MSVC conversion warningJeffrey Walton2022-02-111-3/+7
* Fix 32-bit ARM buildJeffrey Walton2022-02-111-6/+8
* Remove SSE and AVX source files from non-Intel platformsJeffrey Walton2022-02-102-5/+8
* Use CRYPTOPP_CPPFLAGS in recipes that use CPPFLAGSJeffrey Walton2022-02-102-17/+17
* Use CRYPTOPP_CPPFLAGS for Cryptogams recipeJeffrey Walton2022-02-102-2/+2
* Fix Cryptogams ARMv7 testJeffrey Walton2022-02-102-2/+2
* Fix ARMv7 compile testJeffrey Walton2022-02-102-2/+2
* Use CRYPTOPP_ARM_NEON_AVAILABLE in sha.cppJeffrey Walton2022-02-101-11/+40
* Allow Cryptogams AES and SHA unless CRYPTOPP_DISABLE_ASMJeffrey Walton2022-02-101-8/+6
* Disable NEON when NEON test fails, not ASMJeffrey Walton2022-02-102-6/+6
* Fix grep expressionJeffrey Walton2022-02-102-2/+2
* Update Cryptogams SHA recipesJeffrey Walton2022-02-102-20/+4
* Don't use -march=armv7 when compiler already offers it (GH #1094)Jeffrey Walton2022-02-102-38/+59
* Squash linker and libtool warningsJeffrey Walton2022-02-104-12/+12
* Squash linker and libtool warningsJeffrey Walton2022-02-104-0/+12
* Couple Cryptogams source files to ARMv7 and NEONJeffrey Walton2022-02-081-6/+8
* Couple Cryptogams source files to ARMv7 and NEONJeffrey Walton2022-02-082-16/+20
* Use CPPFLAGS more consistently in MakefilesJeffrey Walton2022-02-081-4/+4
* Whitespace check-inJeffrey Walton2022-02-071-4/+5
* Use CPPFLAGS more consistently in MakefilesJeffrey Walton2022-02-073-115/+134
* Update make trim recipeJeffrey Walton2022-02-061-1/+1
* Clear unused variable warningsJeffrey Walton2022-01-131-2/+6
* Add word128 overloads to misc.hJeffrey Walton2022-01-131-1/+154
* Update documentationJeffrey Walton2022-01-131-5/+71
* Add ByteReverse(word128 value)Jeffrey Walton2022-01-122-1/+23
* GNUmakefiles: add missing shared library symlink (GH #1101)Thomas Petazzoni2022-01-072-0/+2
* Update Android ASIMD code generation testsJeffrey Walton2022-01-061-2/+8
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-0449-97/+97
* Use arc4random for non-blocking prng on FreeBSD (GH #1098)Jeffrey Walton2021-12-291-5/+26
* Update Install.txt (PR #1092)Mordecai Velasco2021-12-081-1/+1
* Whitespace check-inJeffrey Walton2021-11-291-1/+1
* Update documentationJeffrey Walton2021-11-291-4/+16
* Update documentationJeffrey Walton2021-11-291-2/+2
* Whitespace check-inJeffrey Walton2021-11-291-1/+1
* Update License.txtJeffrey Walton2021-11-291-2/+2
* Update comments in strcpher.cppJeffrey Walton2021-11-291-25/+31
* Add ASSERT in ProcessData to warn of non-distinct buffers (GH #1088)Jeffrey Walton2021-11-281-0/+8
* Update License.txtJeffrey Walton2021-11-271-5/+5
* Update documentation (GH #1088)Jeffrey Walton2021-11-271-0/+12
* Update License.txtJeffrey Walton2021-11-271-4/+5
* Update documentation for pubkey.h (PR #1075)Tobias Nießen2021-10-181-1/+1
* Avoid word ops for Integer And, Or, XorJeffrey Walton2021-10-101-6/+18
* Optimize Integer bit operations fix (GH #1072)Jeffrey Walton2021-10-081-24/+30
* Remove CRYPTOPP_NO_UNALIGNED_ACCESS test from cryptest.shJeffrey Walton2021-10-081-1/+1
* Fix undersized SecBlock buffer in Integer bit operations (GH #1072)Jeffrey Walton2021-10-081-0/+18
* Add additional Integer bitops testsJeffrey Walton2021-10-081-0/+18
* Update documentationJeffrey Walton2021-09-251-20/+20
* Update documentationJeffrey Walton2021-09-251-8/+8