Skip to content

kienko/ethash

This branch is 2 commits behind ethereum/ethash:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 22, 2015
Mar 13, 2015
Mar 5, 2015
Jun 10, 2016
Jun 10, 2015
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
Apr 7, 2017
Oct 16, 2015
Jul 23, 2015
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 49.2%
  • CMake 14.9%
  • C++ 13.4%
  • JavaScript 9.5%
  • Go 8.8%
  • Python 3.0%
  • Other 1.2%