Clean up whitespace in secp256k1.go to improve code readability without altering functionality.

This commit is contained in:
2025-11-01 18:28:16 +00:00
parent 8e7aa50aac
commit 6ed88596fe

View File

@@ -1,7 +1,5 @@
package p256k1
import ()
// PublicKey represents a parsed and valid public key (64 bytes)
type PublicKey struct {
data [64]byte