代码拉取完成,页面将自动刷新
/* go_sm2 extension for PHP */
#ifndef PHP_GO_SM2_H
# define PHP_GO_SM2_H
extern zend_module_entry go_sm2_module_entry;
# define phpext_go_sm2_ptr &go_sm2_module_entry
# define PHP_GO_SM2_VERSION "0.1.0"
# define PHP_GO_SM2_RETURN_SUCCESS 200
# if defined(ZTS) && defined(COMPILE_DL_GO_SM2)
ZEND_TSRMLS_CACHE_EXTERN()
# endif
#ifdef PHP_WIN32
# define PHP_GO_SM2_API __declspec(dllexport)
#elif defined(__GNUC__) && __GNUC__ >= 4
# define PHP_GO_SM2_API __attribute__((visibility("default")))
#else
# define PHP_GO_SM2_API
#endif
PHP_GO_SM2_API zval *return_result(int code, const char *msg, zval *data_array);
PHP_FUNCTION(go_sm2_key_pair);
PHP_FUNCTION(go_sm2_sign);
PHP_FUNCTION(go_sm2_verify);
PHP_FUNCTION(go_sm2_encrypt);
PHP_FUNCTION(go_sm2_decrypt);
#endif /* PHP_GO_SM2_H */
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。