Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
csstaub committed Aug 18, 2015
1 parent 5c804ff commit d6f6650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared.go
Expand Up @@ -199,7 +199,7 @@ func curveName(crv elliptic.Curve) (string, error) {
}
}

// Get size of curve
// Get size of curve in bytes
func curveSize(crv elliptic.Curve) int {
bits := crv.Params().BitSize

Expand Down

0 comments on commit d6f6650

Please sign in to comment.