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

Method test_eddsa

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

Source from the content-addressed store, hash-verified

97 self._test_dnssec_alg(PrivateECDSAP384SHA384)
98
99 def test_eddsa(self):
100 self._test_dnssec_alg(PrivateED25519)
101 self._test_dnssec_alg(PrivateED448)
102
103 def test_algorithm_mismatch(self):
104 private_key_ed448 = PrivateED448.generate()

Callers

nothing calls this directly

Calls 1

_test_dnssec_algMethod · 0.95

Tested by

no test coverage detected