Skip to content

hackmod/ethereum-ethash

This branch is 15 commits ahead of, 2 commits behind ethereum/ethash:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d53632c · Dec 21, 2018
Mar 22, 2015
Mar 13, 2015
Mar 5, 2015
Dec 10, 2018
Dec 10, 2018
Apr 7, 2017
Mar 9, 2015
May 4, 2015
May 15, 2015
Mar 9, 2015
Mar 9, 2015
Apr 13, 2015
Mar 5, 2015
Apr 10, 2015
Apr 7, 2017
Dec 21, 2018
Oct 16, 2015
Dec 21, 2018
Apr 29, 2015

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 50.3%
  • C++ 16.6%
  • CMake 13.0%
  • JavaScript 8.3%
  • Go 8.2%
  • Python 2.6%
  • Other 1.0%