1#ifndef Driver_Crypto_Api_h_
2#define Driver_Crypto_Api_h_
16#include "colony_config.h"
19#ifndef DriverCryptoStatus_T
20#define DriverCryptoStatus_T int
24#ifndef DRIVER_CRYPTO_SUCCESS
25#define DRIVER_CRYPTO_SUCCESS 0
#define DriverCryptoStatus_T
Return Status. DRIVER_CRYPTO_SUCCESS is success, all other values indicate an error.
Definition Api.h:20
void shutdown() noexcept
This method is used to 'cleanly' shutdown the Crypto engine.
DriverCryptoStatus_T initialize() noexcept
This method is used to initialize the Crytpo engine.