8 #include <botan/internal/core_engine.h>
9 #include <botan/scan_name.h>
11 #if defined(BOTAN_HAS_ARC4)
12 #include <botan/arc4.h>
15 #if defined(BOTAN_HAS_SALSA20)
16 #include <botan/salsa20.h>
19 #if defined(BOTAN_HAS_TURING)
20 #include <botan/turing.h>
23 #if defined(BOTAN_HAS_WID_WAKE)
24 #include <botan/wid_wake.h>
36 #if defined(BOTAN_HAS_ARC4)
43 #if defined(BOTAN_HAS_SALSA20)
48 #if defined(BOTAN_HAS_TURING)
53 #if defined(BOTAN_HAS_WID_WAKE)
54 if(request.
algo_name() ==
"WiderWake4+1-BE")
StreamCipher * find_stream_cipher(const SCAN_Name &, Algorithm_Factory &) const
std::string algo_name() const
size_t arg_as_integer(size_t i, size_t def_value) const