libcruft-util/crypto
Danny Robson 34788756d2 build: don't use './' as an include prefix
GCC produces ODR error when including paths of the form './foo' and
'foo' in the same binary. Rather than managing duplication we just
universally pick the absolute form over the relative form.
2017-11-22 16:49:37 +11:00
..
arc4.cpp crypto/arc4: add missing required headers 2016-06-20 18:01:50 +10:00
arc4.hpp use nested namespace declarations 2017-01-05 15:06:49 +11:00
ice.cpp build: don't use './' as an include prefix 2017-11-22 16:49:37 +11:00
ice.hpp crypto/ice: add implementation of ICE 2016-06-20 18:04:41 +10:00
tea.cpp crypto: encrypt in-place where it suits 2015-05-15 18:26:45 +10:00
tea.hpp use nested namespace declarations 2017-01-05 15:06:49 +11:00
xtea.cpp crypto: encrypt in-place where it suits 2015-05-15 18:26:45 +10:00
xtea.hpp use nested namespace declarations 2017-01-05 15:06:49 +11:00
xxtea.cpp xxtea: remove unused global 2017-01-27 14:57:39 +11:00
xxtea.hpp use nested namespace declarations 2017-01-05 15:06:49 +11:00