feat(dnssec): Introduced DNSSEC support with ECDSA algorithm

This commit is contained in:
2024-09-19 18:51:34 +02:00
parent 5278c2ce78
commit 74ac0c1287
4 changed files with 326 additions and 14 deletions

View File

@ -21,7 +21,7 @@ export {
}
// third party
import * as elliptic from 'elliptic';
import elliptic from 'elliptic';
import * as dnsPacket from 'dns-packet';
import * as minimatch from 'minimatch';