(self)
| 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) |
nothing calls this directly
no test coverage detected