Skip to content
forked from ethereum/ethash

Makes ethash compatible with Windows.

Notifications You must be signed in to change notification settings

ayushm2003/ethash

 
 

Repository files navigation

Makes ethash compatible for Windows. Run setup.py install after cloning this repo to install ethash.


Build Status Windows Build Status

Ethash

For details on this project, please see the Ethereum wiki: https://github.com/ethereum/wiki/wiki/Ethash

Coding Style for C++ code:

Follow the same exact style as in cpp-ethereum

Coding Style for C code:

The main thing above all is code consistency.

  • Tabs for indentation. A tab is 4 spaces
  • Try to stick to the K&R, especially for the C code.
  • Keep the line lengths reasonable. No hard limit on 80 characters but don't go further than 110. Some people work with multiple buffers next to each other. Make them like you :)

About

Makes ethash compatible with Windows.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 49.3%
  • CMake 14.8%
  • C++ 13.4%
  • JavaScript 9.5%
  • Go 8.8%
  • Python 3.0%
  • Other 1.2%