pub fn verify_detached_es256(
jws: &str,
external_payload: &[u8],
public_key: &VerifyingKey,
) -> SignatifResult<()>Expand description
Verify a detached compact ES256 JWS against its external payload.
ยงErrors
Signature or format errors.