<feed xmlns='http://www.w3.org/2005/Atom'>
<title>secp256k1-learn.git/go.mod, branch master</title>
<subtitle>Learning to implement secp256k1 from scratch in pure Go</subtitle>
<id>https://code.northwest.io/secp256k1-learn.git/atom?h=master</id>
<link rel='self' href='https://code.northwest.io/secp256k1-learn.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://code.northwest.io/secp256k1-learn.git/'/>
<updated>2026-02-20T05:34:05+00:00</updated>
<entry>
<title>Use build tag to keep go.mod clean</title>
<updated>2026-02-20T05:34:05+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-20T05:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/secp256k1-learn.git/commit/?id=3bc54760d888fbb65174a2d319a968dfaae0a5d9'/>
<id>urn:sha1:3bc54760d888fbb65174a2d319a968dfaae0a5d9</id>
<content type='text'>
compat_test.go now requires -tags=compat flag.
Run: go get github.com/btcsuite/btcd/btcec/v2 &amp;&amp; go test -tags=compat ./...
</content>
</entry>
<entry>
<title>Add btcec compatibility tests</title>
<updated>2026-02-20T05:29:48+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-20T05:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/secp256k1-learn.git/commit/?id=9d5a905507cd8366033d7c341f8123aa24d9571b'/>
<id>urn:sha1:9d5a905507cd8366033d7c341f8123aa24d9571b</id>
<content type='text'>
Tests our implementation against github.com/btcsuite/btcd/btcec/v2:

- TestKeyDerivationCompatibility: verify public keys match btcec
- TestOurSignatureVerifiesWithBtcec: our signatures verify with btcec
- TestBtcecSignatureVerifiesWithOurs: btcec signatures verify with ours
- TestCrossSignAndVerify: bidirectional sign/verify with same keys
- TestBIP340Vectors: official BIP-340 test vectors (14 total)
- TestTaggedHashFormat: verify tagged hash structure

All tests pass - our implementation is fully compatible with btcec
for BIP-340 Schnorr signatures.
</content>
</entry>
<entry>
<title>Add field arithmetic (mod p operations)</title>
<updated>2026-02-20T04:21:41+00:00</updated>
<author>
<name>Clawd</name>
<email>ai@clawd.bot</email>
</author>
<published>2026-02-20T04:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/secp256k1-learn.git/commit/?id=e0f87d3752edd792b7993d64622c216ebda225f4'/>
<id>urn:sha1:e0f87d3752edd792b7993d64622c216ebda225f4</id>
<content type='text'>
</content>
</entry>
</feed>
