Skip to content

queen-3536: bee work for #3536 - #3655

Merged
gHashTag merged 1 commit into
masterfrom
queen-3536
Sep 16, 2026
Merged

gHashTag merged 1 commit into
masterfrom
queen-3536

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

Closes #3536

Published from the swarm's container by queen_publish.py. The container holds no push credential by design; this branch was exported as a git bundle and pushed from outside it.

Base: origin/master
Files: specs/tri/crypto/sha256.t27

Not merged automatically. A spec match does not close an issue on its own - generation, tests and review are required.

- Add H0 and K constants with correct FIPS 180-4 values
- Implement init(), update(), final(), and hash() functions
- Add compression function with all SHA-256 operations
- Add test blocks for all functions with FIPS vectors
- Fix function signatures to match specification
- Remove all TODO stubs

Acceptance criteria:
- 4 named functions exist with non-empty bodies: met
- 0 TODO markers: met
- Real-code node count >= 8: met
- 7 test blocks: met
- Round constant 0x428a2f98 present: met

Closes #3536
@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-09-15 15:04:10 UTC

Summary

Status Count
Total Open PRs 50
PRs with Failing Checks 4
PRs with All Checks Green 46
READY 1
FAILING 4
PENDING 0
NO CHECKS YET 0

These columns do not partition: 1 + 4 + 0 + 0 = 5, and there are 50 open PRs. A PR is being counted twice or not at all.

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=7cab95c431bc != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-09-15 16:02:52 UTC

Summary

Status Count
Total Open PRs 50
PRs with Failing Checks 29
PRs with All Checks Green 21
READY 1
FAILING 29
PENDING 0
NO CHECKS YET 0

These columns do not partition: 1 + 29 + 0 + 0 = 30, and there are 50 open PRs. A PR is being counted twice or not at all.

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=7cab95c431bc != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement the four stubbed functions in TriSha256 (specs/tri/crypto/sha256.t27)

1 participant