mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Merge pull request #1454 from alex/not-your-interface
Don't mark this test class as implementing the interface.
This commit is contained in:
commit
083091eaef
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ class DummySignatureAlgorithm(object):
|
|||
algorithm = None
|
||||
|
||||
|
||||
@utils.register_interface(EllipticCurveBackend)
|
||||
class DeprecatedDummyECBackend(object):
|
||||
def elliptic_curve_private_key_from_numbers(self, numbers):
|
||||
return b"private_key"
|
||||
|
|
|
|||
Loading…
Reference in a new issue