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