Clean up whitespace in secp256k1.go to improve code readability without altering functionality.
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
package p256k1
|
package p256k1
|
||||||
|
|
||||||
import ()
|
|
||||||
|
|
||||||
// PublicKey represents a parsed and valid public key (64 bytes)
|
// PublicKey represents a parsed and valid public key (64 bytes)
|
||||||
type PublicKey struct {
|
type PublicKey struct {
|
||||||
data [64]byte
|
data [64]byte
|
||||||
|
|||||||
Reference in New Issue
Block a user