aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wycheproof/test_ecdh.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #4375 -- added ECDH EC point wycheproof tests (#4384)Alex Gaynor2018-08-061-0/+41
|
* Updated wycheproof tests for new upstream vectors (#4378)Alex Gaynor2018-08-011-2/+2
| | | | | | | | * updated tests for upstream wycheproof changes * Updated AES tests * oops, flake8
* Refs #3331 -- integrated wycheproof ECDH tests (#4354)Alex Gaynor2018-07-181-0/+83
* Refs #3331 -- integrated wycheproof ECDH tests * flake8 + missing assert * Handle this error case * skip on unsupported * shouldn't need to try here any more