Move RC4 + SOBER128 to src/stream/
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user