Updated: October 28, 2024 |
Retrieve the cipher blocksize
#include <qcrypto/qcrypto.h>
size_t qcrypto_cipher_blocksize(qcrypto_ctx_t *ctx)
Use the value that this function returns to determine if the desired cipher algorithm requires the input data to be padded.
The cipher blocksize in bytes.