aboutsummaryrefslogtreecommitdiffstats
path: root/point_test.go
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-19 21:03:12 -0800
committerClawd <ai@clawd.bot>2026-02-19 21:03:12 -0800
commit3a9decc7abdb5fdc10c025747c2b2b8b10210ffd (patch)
treeb6b93135ad7646913058319c4b7a85906d9e73f0 /point_test.go
parent56a59d990f865a6e40e58ee335ee2efe2c0a8a40 (diff)
Rename package to secp256k1, remove main.go
Diffstat (limited to 'point_test.go')
-rw-r--r--point_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/point_test.go b/point_test.go
index ba12977..221e632 100644
--- a/point_test.go
+++ b/point_test.go
@@ -1,4 +1,4 @@
1package main 1package secp256k1
2 2
3import ( 3import (
4 "math/big" 4 "math/big"