Files
xahaud/src/ripple
JoelKatz 16aa015682 Fix off-by-one error in SHAMapNodeID:
Limit is 64 inner nodes at depth 0-63, and one leaf at depth 64
2015-05-11 18:14:45 -07:00
..
2015-04-29 14:34:53 -04:00
2015-03-02 16:49:56 -05:00
2014-09-04 16:11:44 -07:00
2015-03-19 07:41:57 -07:00
2015-05-11 12:06:14 -07:00
2015-03-18 19:39:26 -07:00
2013-11-15 11:29:45 -08:00

Newest Style

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem