summaryrefslogtreecommitdiff
path: root/lib/lib4.h
blob: dee52a7bff84c27101c47c3ad125c6ebb57a00ae (plain)
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