diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-10-17 16:34:33 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-10-17 16:34:33 -0400 |
commit | 4c081ad1fb54dae846a1ade2b15fe15e9ff31b0d (patch) | |
tree | e26e6fde38ab7024be52b2ca68f4d414f17b57a9 /tests | |
parent | 2708323845ee4c51481a60ecda2334d83844b590 (diff) | |
download | cryptography-4c081ad1fb54dae846a1ade2b15fe15e9ff31b0d.tar.gz cryptography-4c081ad1fb54dae846a1ade2b15fe15e9ff31b0d.tar.bz2 cryptography-4c081ad1fb54dae846a1ade2b15fe15e9ff31b0d.zip |
unused
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hazmat/primitives/test_ec.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/hazmat/primitives/test_ec.py b/tests/hazmat/primitives/test_ec.py index 2594d5db..13bc11c9 100644 --- a/tests/hazmat/primitives/test_ec.py +++ b/tests/hazmat/primitives/test_ec.py @@ -765,12 +765,6 @@ class TestECDSAVerification(object): public_key.verifier(1234, ec.ECDSA(hashes.SHA256())) -class DummyECDHBackend(object): - @classmethod - def elliptic_curve_exchange_algorithm_supported(cls): - return False - - @pytest.mark.requires_backend_interface(interface=EllipticCurveBackend) class TestECDHVectors(object): @pytest.mark.parametrize( |