MCPcopy Create free account
hub / github.com/rthalley/dnspython / test_ecdsa

Method test_ecdsa

tests/test_dnssecalgs.py:95–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93 k.sign(b"hello")
94
95 def test_ecdsa(self):
96 self._test_dnssec_alg(PrivateECDSAP256SHA256)
97 self._test_dnssec_alg(PrivateECDSAP384SHA384)
98
99 def test_eddsa(self):
100 self._test_dnssec_alg(PrivateED25519)

Callers

nothing calls this directly

Calls 1

_test_dnssec_algMethod · 0.95

Tested by

no test coverage detected