cryptonight icon indicating copy to clipboard operation
cryptonight copied to clipboard

:loop: Pure Go/ASM implementation of CryptoNight hash function with its variants, without any CGO binding.

Results 2 cryptonight issues
Sort by recently updated
recently updated
newest added

I have forked it to git.parallelcoin.io/dev/cryptonight though I am not sure if that works with modules turned on. Modules are still damned unstable, and a broken redirector is a big...

I wonder how to perform the cryptonight calculation of Monero Stratum when mining, i.e., how to calculate the correct **result** from **blob** and **nonce**?