crypto-algorithms icon indicating copy to clipboard operation
crypto-algorithms copied to clipboard

Fixed des.c failing to compile on some compilers, fixes #2

Open SN4T14 opened this issue 9 years ago • 0 comments

Some compilers cast mode to a bool when inverted with !, this fixes it by changing the modes for each step of 3DES to be hard-coded to their correct values.

SN4T14 avatar Jun 14 '15 01:06 SN4T14