Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cryptonight variant 2 #4218

Merged
merged 1 commit into from
Sep 11, 2018
Merged

Cryptonight variant 2 #4218

merged 1 commit into from
Sep 11, 2018

Commits on Sep 9, 2018

  1. Cryptonight variant 2

    Contains two modifications to improve ASIC resistance: shuffle and integer math.
    
    Shuffle makes use of the whole 64-byte cache line instead of 16 bytes only, making Cryptonight 4 times more demanding for memory bandwidth.
    
    Integer math adds 64:32 bit integer division followed by 64 bit integer square root, adding large and unavoidable computational latency to the main loop.
    
    More details and performance numbers: https://github.com/SChernykh/xmr-stak-cpu/blob/master/README.md
    SChernykh committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    5fd83c1 View commit details
    Browse the repository at this point in the history