Macro ssp_server::encryption_key
source · macro_rules! encryption_key { ($handle:tt) => { ... }; }
Expand description
Convenience macro to get a Option<&ssp::AesKey> from the DeviceHandle.
If the encryption key is unset, returns None.