11
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 22 hours ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use IOS_CRC in setenv-ios.sh to avoid collisions More... 8 days ago
Fix ChaCha SIMD feed-forward carry (GH #1362, PR #1363) More... 8 days ago
Reject small order ed25519PublicKey (GH #1352) More... 2 months ago
Drop usage of non-Standard stdext (#1339) More... 5 months ago
Enable crc instructions when building for arm64 cpu (iOS) (#1154) More... 5 months ago
Making it clear dll.h should not be included in static (#1167) More... 5 months ago
Only compile DllMain for dll builds (#1314) More... 5 months ago
Fix spurious assert (GH #1279) More... about 2 years ago
Guard use of ModularSquareRoot (GH #1249) More... about 2 years ago
Clear GCC overflow warning More... about 2 years ago
chore: fix typos (#1274) More... about 2 years ago
Add OID::operator> for PEM Pack More... over 2 years ago
Update documentation More... over 2 years ago
Set MAKEJOBS in cryptest-pem.sh More... over 2 years ago
Update comments More... over 2 years ago
Validate PolynomialMod2 coefficients Thanks to Bing Shi More... over 2 years ago
Update docs Thanks to Bing Shi More... over 2 years ago
Add check for 128-bit pointers Thanks to Andy Polyakov More... over 2 years ago
Add check for 128-bit pointers Thanks to Andy Polyakov More... over 2 years ago
Add separate ASM file for XGETBV64 and CPUID64 to Visual Studio cryptdll project (GH #1240) Also see the comment in Commit 043208515799, where OgreTransporter made a comment about the deprecated cryptdll.vcxproj project. More... over 2 years ago
Fix CPU feature detection on older Celerons More... almost 3 years ago
Try fix build on MSYS2 using Clang in CLANG64 environment (GH #1241) More Clang troubles... More... almost 3 years ago
Add separate ASM file for XGETBV64 and CPUID64 (GH #1240) This will allow us to define CRYPTOPP_DISABLE_ASM and completely avoid building x64dll.asm and x64masm.asm More... almost 3 years ago
Guard use of zip and unzip Uncovered on the newly minted GCC119, which is an AIX box. More... almost 3 years ago
Update comments for CRYPTOPP_DISABLE_ASM More... almost 3 years ago
Return 0-values for XGETBV64 and CPUID64 when CRYPTOPP_DISABLE_ASM is in effect (GH #1240) Some folks were defining CRYPTOPP_DISABLE_ASM and not building the *.asm files on WIndows. That happened to work until we refactored code for XGetBV and CpuId. More... almost 3 years ago
Prepare for Crypto++ 8.9 release More... almost 3 years ago
Fix SIMON128 when running on POWER8 and above (GH #1237) This was an Asan failure uncovered by cryptest.sh More... almost 3 years ago
Update comments More... almost 3 years ago
Clear elevated warnings in ARIA and HIGHT Related to fixes from GH #1235 and GH #1234 More... almost 3 years ago