Move RC4 + SOBER128 to src/stream/

This commit is contained in:
Karel Miko
2017-04-24 21:36:25 +02:00
parent 93317a1d6a
commit fe14c8bfaf
26 changed files with 1066 additions and 736 deletions
+8 -1
View File
@@ -124,9 +124,16 @@ const char *crypt_build_settings =
#if defined(LTC_CAMELLIA)
" Camellia\n"
#endif
#if defined(LTC_CHACHA)
"Stream ciphers built-in:\n"
#if defined(LTC_CHACHA_STREAM)
" ChaCha\n"
#endif
#if defined(LTC_RC4_STREAM)
" RC4\n"
#endif
#if defined(LTC_SOBER128_STREAM)
" SOBER128\n"
#endif
"\nHashes built-in:\n"
#if defined(LTC_SHA3)