Function jws::compact::decode_unverified

source ·
pub fn decode_unverified(data: &[u8]) -> Result<(DecodedMessage, Vec<u8>)>
Expand description

Decode a JWS Compact Serialization message with signature from a byte slice.

The signature is not verified. You can use decode_verify to decode the message and verify the signature.