Exemplo n.º 1
0
 public static extern void ethash_full_compute(IntPtr handle, byte *header_hash, ulong nonce, ref ethash_return_value result);
Exemplo n.º 2
0
 public static extern void ethash_light_compute(IntPtr handle, byte[] header_hash, ulong nonce, out ethash_return_value result);