//! Provides methods for security seed/key access to the ECU in order to unlock functions which
//! are considered secure such as writing or reading to specific memory regions on the ECU
//!
//! Currently, only default seed/key (0x01/0x02) are supported
use crateenum_wrapper;
use EnumRepr;
/// Security operation request
enum_wrapper!;