diff options
Diffstat (limited to 'lib/lib2.h')
| -rw-r--r-- | lib/lib2.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/lib2.h b/lib/lib2.h new file mode 100644 index 0000000..818558d --- /dev/null +++ b/lib/lib2.h @@ -0,0 +1,11 @@ +#ifndef __LIB2_H__ +#define __LIN2_H__ + +#include <stdio.h> +#include <string.h> +#include <stdlib.h> + +char *pkcs7_padding(char *string, int length_string, int blocksize); + + +#endif |
