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 (

View file

@ -7,8 +7,8 @@
// 2. Subsequent certificates carry an STM (Stake-based Threshold Multi-
// signature) aggregate signature over BLS12-381.
//
// Ed25519 (genesis) verification is fully implemented here. STM verification
// is stubbed pending the BLS crypto sprint.
// Ed25519 (genesis) verification lives here. STM BLS verification is in
// the sibling internal/stm package.
package verify
import (