Module ring

Source
Available on crate feature dnssec-ring only.
Expand description

ring implementations of DNSSEC traits.

Structs§

Digest
Hashing wrapper type.
EcdsaSigningKey
An ECDSA signing key pair (backed by ring).
Ed25519
Ed25519 Public key
Ed25519SigningKey
An Ed25519 signing key pair (backed by ring).
Rsa
Rsa public key
RsaSigningKey
An RSA signing key pair (backed by ring).

Functions§

signing_key_from_der
Decode private key

Type Aliases§

Ec
Elyptic Curve public key type