Hi,
I’m trying to use the eax crate to decrypt data with decrypt_in_place_detached but I only have the first 8 byte of the tag available as the network protocol I implement cuts off the other 8 byte of the 16 byte tag.
All aead functions expect the whole tag, so I can’t find a way to decrypt the data.
Hi,
I’m trying to use the
eaxcrate to decrypt data withdecrypt_in_place_detachedbut I only have the first 8 byte of the tag available as the network protocol I implement cuts off the other 8 byte of the 16 byte tag.All aead functions expect the whole tag, so I can’t find a way to decrypt the data.