As per title.
Details
Details
- Reviewers
freetrader sickpig awemany kyuupichan - Group Reviewers
Restricted Project - Commits
- rSTAGING0eee9524968a: Format the crypto library
rABC0eee9524968a: Format the crypto library
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/crypto/sha256.cpp | ||
---|---|---|
79 ↗ | (On Diff #627) | Really, the crappy thing here is the w0 += ... passed as argument. With it on the previous line, then there is no problem. I would just let the formatter do its job and we'll fix it if we think it is worth it later on. |
src/crypto/sha512.cpp | ||
62 ↗ | (On Diff #627) | Same :) |
src/crypto/sha256.cpp | ||
---|---|---|
79 ↗ | (On Diff #627) | ok |