diff options
| author | Benedict <benedict@0xb8000.de> | 2016-03-21 23:06:08 +0100 |
|---|---|---|
| committer | Benedict <benedict@0xb8000.de> | 2017-02-21 13:00:25 +0100 |
| commit | b586255b0dc1d6940c4a552a7125c9875e8adba6 (patch) | |
| tree | fef42cc9bd579b022f519f1208e80c5d84b4a5f3 /lib/lib2.h | |
| parent | 27a1b8050d2170b40024fe82cb27088f3c676f26 (diff) | |
completed set2. challenge 15
wait this is not the given order. Whaaats upp? Carzy guy!
Diffstat (limited to 'lib/lib2.h')
| -rw-r--r-- | lib/lib2.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,5 +8,6 @@ char *pkcs7_padding(char *string, int length_string, int blocksize); int aes_cbc(char *in, int length_in, char *out, unsigned char *string_key, char *init_vector); +int valid_pkcs7_padding(const char *in, int length_in, char *unpadded, int blocksize); #endif |
