MCPcopy Create free account
hub / github.com/pyca/cryptography / DummySignatureAlgorithm

Class DummySignatureAlgorithm

tests/hazmat/primitives/test_ec.py:86–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86class DummySignatureAlgorithm(ec.EllipticCurveSignatureAlgorithm):
87 algorithm = hashes.SHA256()
88
89
90def test_skip_curve_unsupported(backend):

Callers 1

Calls

no outgoing calls

Tested by 1