pub fn verify_digest<V, D>(
verifier: &V,
context: &[u8],
digest: D,
ec_signature: &Ed25519Signature,
pq_signature: &FnDsaSignature,
) -> boolExpand description
Verify both Ed25519 and FN-DSA signatures with a digest.
Both signatures need to be valid for the verification to succeed.