Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 2713c8528d1b2ec274d141c4f15d5816d8445476
https://github.com/btcsuite/btcd/commit/2713c8528d1b2ec274d141c4f15d5816d8445476
Author: Dave Collins <[email protected]>
Date: 2015-02-06 (Fri, 06 Feb 2015)
Changed paths:
M btcec/btcec.go
M btcec/field.go
M btcec/secp256k1.go
Log Message:
-----------
Consistency and general cleanup in btcec.
This commit contains various modifications for code and comment
consistency in the btcec package:
- Call out references at the top and reference them by their identifier in
the other comments
- Remove a TODO that no longer applies
- Add comments to the fields in the KoblitzCurve struct and reorder them
slightly
- Make comments wrap to 80
- Cleanup code that was far exceeding col 80 (only function declarations
typically do this)
- Extend block comments to use as much of the 80 cols as available
- Add a bit more explanation in a couple of places
- Update copyright year on secp256k1.go
- Fix a couple of typos in the comments