aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-19 20:21:41 -0800
committerClawd <ai@clawd.bot>2026-02-19 20:21:41 -0800
commite0f87d3752edd792b7993d64622c216ebda225f4 (patch)
treed11888bb28e70f4abce7502dd307dba5d2a31631 /go.mod
parent90e12ea00741861bdf53ffb5826cb4a97ae0106a (diff)
Add field arithmetic (mod p operations)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..f8eed0f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
1module secp256k1-learn
2
3go 1.23.5