20 #ifndef CS_CRYPTO_DRIVERS_CONFIG_H
21 #define CS_CRYPTO_DRIVERS_CONFIG_H
23 #include <drivers/base/aes.h>
24 #include <drivers/base/hash.h>
25 #include <drivers/base/traits.h>
27 namespace cs_crypto::drivers::traits {
30 struct driver_for<implementation::base> {
31 using hash = basic_hash;
32 using symmetric_encryption = basic_cipher_mode;