1 #pragma once 2 3 #include "sdk_common.h" 4 5 namespace crypto 6 { 7 void Initialize(); 8 ret_code_t CryptoErrorCheck(ret_code_t retCode); 9 } // namespace crypto