ecb.c
Electronic Codebook (ECB) mode.
__weak_func error_t ecbDecrypt(const CipherAlgo *cipher, void *context, const uint8_t *c, uint8_t *p, size_t length)
ECB decryption.
Definition: ecb.c:94
General definitions for cryptographic algorithms.
Debugging facilities.
__weak_func error_t ecbEncrypt(const CipherAlgo *cipher, void *context, const uint8_t *p, uint8_t *c, size_t length)
ECB encryption.
Definition: ecb.c:60