Updated: October 28, 2024 |
Remove PKCS7 padding
#include <qcrypto/qcrypto.h>
int qcrypto_padding_pkcs7_unpad(uint8_t *data, size_t *size)
This function verifies the padding integrity and removes it from the input data by setting the unpadded length to size on success.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.