stricter warnings, wip

This commit is contained in:
Philippe Teuwen
2020-05-03 00:33:28 +02:00
parent 0e39cb8e34
commit 9358554884
17 changed files with 32 additions and 36 deletions

View File

@@ -61,7 +61,6 @@ void pushBit(BitstreamOut *stream, bool bit);
int bitsLeft(BitstreamIn *stream);
#ifndef ON_DEVICE
int testCipherUtils(void);
int testMAC(void);
#endif
void push6bits(BitstreamOut *stream, uint8_t bits);
void EncryptDES(bool key[56], bool outBlk[64], bool inBlk[64], int verbose) ;