提交 05fbc144 编写于 作者: M Matias Romeo

Add C linkage to crypto functions

上级 4c826bc7
#pragma once
#include <eoslib/types.h>
extern "C" {
/**
* This method is implemented as:
*
......@@ -16,4 +16,4 @@ void assert_sha256( char* data, uint32_t length, const uint256* hash );
* Calculates sha256( data,length) and stores result in memory pointed to by hash
*/
void sha256( char* data, uint32_t length, uint256* hash );
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册