コード例 #1
0
ファイル: LibMultihash.cs プロジェクト: Liquid369/miningcore
 public static extern void ethash_full_compute(IntPtr handle, byte *header_hash, ulong nonce, ref ethash_return_value result);
コード例 #2
0
ファイル: LibMultihash.cs プロジェクト: shtse8/miningcore
 public static extern void ethash_light_compute(IntPtr handle, byte[] header_hash, ulong nonce, out ethash_return_value result);