summaryrefslogtreecommitdiff
path: root/validat9.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-4/+4
|
* Add -fno-devirtualize when using GCC 12 (GH #1134, GH #1141, PR #1147)Jeffrey Walton2022-08-241-13/+10
| | | This is not a fix since it only treats the symptom of GCC removing live code. We do not know why GCC is doing it.
* Update commentsJeffrey Walton2022-08-071-5/+5
|
* Update commentsJeffrey Walton2022-08-061-6/+6
|
* Disable thorough self tests for ECGDSA with GCC 12 and above (GH #1134)Jeffrey Walton2022-08-061-4/+8
|
* Disable thorough self tests got ECGDSA (GH #1134)Jeffrey Walton2022-08-061-0/+6
|
* Switch to heap allocations for ECGDSA signature verification (GH #1134)Jeffrey Walton2022-08-061-33/+41
|
* Work around ECGDSA crash with GCC 12 (GH #1134)Jeffrey Walton2022-08-061-104/+120
|
* Add ed25519 (GH #764, PR #767)Jeffrey Walton2018-12-241-0/+33
| | | Add ed25519
* Remove duplicate test runJeffrey Walton2018-12-121-1/+0
| | | | The test vector collection is run earlier in the process.
* Add search for test vectors and test data (GH #760)Jeffrey Walton2018-12-071-16/+16
|
* Cleared unused variable warningJeffrey Walton2018-08-011-1/+1
|
* Update commentsJeffrey Walton2018-07-291-1/+1
|
* Refactor validat5.cpp and validat6.cppJeffrey Walton2018-07-291-0/+672
Also see https://groups.google.com/forum/#\!topic/cryptopp-users/j_aQj6r-PoI