From d574614f02893e78e50402ee9cf784d96a7ee3bb Mon Sep 17 00:00:00 2001 From: kokke Date: Fri, 8 Dec 2017 15:34:40 +0100 Subject: fixing #77 --- aes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/aes.h b/aes.h index 4d702fb..a57a2f0 100644 --- a/aes.h +++ b/aes.h @@ -79,7 +79,6 @@ void AES_CBC_decrypt_buffer(struct AES_ctx* ctx, uint8_t* buf, uint32_t length); // Same function for encrypting as for decrypting. // IV is incremented for every block, and used after encryption as XOR-compliment for output -// buffer size MUST be multiple of AES_BLOCKLEN; // Suggesting https://en.wikipedia.org/wiki/Padding_(cryptography)#PKCS7 for padding scheme // NOTES: you need to set IV in ctx with AES_init_ctx_iv() or AES_ctx_set_iv() // no IV should ever be reused with the same key -- cgit v1.2.3