1 2 3 4 5 6 7
#ifndef __LIB_4__ #define __LIB_4__ int aes_ctr_edit(char *ciphertext, int ciphertext_length, int offset, char *newtext); #endif