You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The verify_signed_data implementation for Rrsig in crate::validate takes a Dnskey converts that to the ring internal format and verifies the signature.
If the same Dnskey is used many times it might help to convert the key to ring internal format once and then use that to verify the signature.