hsm_interface.h
Go to the documentation of this file.
00001 #ifndef H_HSM_INTERFACE
00002 #define H_HSM_INTERFACE
00003 
00004 #include <options/options.h>
00005 
00006 #include "hsm.h"
00007 
00008 struct sm_params;
00009 struct sm_result;
00010 
00011 /* Interface of HSM for CSM */
00012 void sm_hsm(struct sm_params* params, struct sm_result* res);
00013 
00015 void hsm_add_options(struct option* ops, struct hsm_params*p);
00016 
00017 #endif


csm
Author(s): Andrea Censi
autogenerated on Fri May 17 2019 02:28:33