Public-flip audit: module URL + README humanization

Normalized the Go module path to git.sulkta.com.
README dropped AI-agent positioning + emoji status table; kept all
technical content (DST, MuSig aggregation, exit codes, MCP tool table).
This commit is contained in:
Sulkta 2026-05-27 11:29:05 -07:00
parent ee76a48e47
commit 097e7a9864
3 changed files with 44 additions and 63 deletions

View file

@ -16,8 +16,7 @@
// 4. Lottery check: for each (index, sigma), evaluate_dense_mapping < threshold(stake)
// 5. Threshold: total distinct lottery wins >= k
//
// Phases 2-5 are stubbed in verify.go pending the BLS crypto sprint.
// This package's current role is rock-solid decoding.
// Phases 2-5 are implemented in verify.go (BLS, lottery, Merkle, threshold).
package stm
import (