pub type Ec = ECPublicKey;
Available on crate features dnssec and ring only.
Expand description

Elyptic Curve public key type

Trait Implementations

Returns the public bytes of the public key, in DNS format

Verifies the hash matches the signature with the current key. Read more