crypto-algorithms
crypto-algorithms copied to clipboard
Fixed des.c failing to compile on some compilers, fixes #2
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.