aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wycheproof/test_eddsa.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #5075 -- use ed448_test.json from wycheproof (#5191)Alex Gaynor2020-04-121-3/+27
|
* Fix some backend feature checks in tests (#4931)David Benjamin2019-07-081-2/+0
| | | | | | | | | | | | | | | * Remove irrelevant DHBackend test conditions DHBackend provides functions for plain finite-field Diffie-Hellman. X25519 and X448 are their own algorithms, and Ed25519 and Ed448 aren't even Diffie-Hellman primitives. * Add missing backend support checks. Some new AES and EC tests did not check for whether the corresponding mode or curve was supported by the backend. * Add a DummyMode for coverage
* ed25519 support (#4114)Paul Kehrer2019-02-261-0/+45
* ed25519 support * review feedback