mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-13 22:00:34 +00:00
Applies the integer-to-polynomial decomposition technique (Trail of Bits, 'short-sleeve' RSA factoring, 2026) as a classification feature for the Rainbow Raccoon Compiler identity step. Architecture: - limbDecompose: convert integers to base-B polynomial coefficients (models the zerocopy boundary where raw limbs are already exposed) - shortSleeveDetected: cheap sparsity check flags structured integers - polySignature: full structural features when flagged (degree, GCD, energy, sparsity, term count) - polyDecomposabilityScore: Q16_16 score for RRC feature integration - zeroCopyScan: batch scanner for hardware DMA boundaries - E8Sidon integration: sigma3/sigma7/convolution polynomial signatures 3 sorries (all with TODO(lean-port) + proof sketches): - limbDecompose_polyEval_roundtrip (base-B representation theorem) - zeroLimbs_bound_terms (filter complement partition) - shortSleeve_mono_zero_prepend (sparsity monotonicity) Build: passes (Semantics.RRC.PolyFactorIdentity target, 0 errors) Co-Authored-By: Allaun Silverfox <bigdataiscoming+9i37y6j2@protonmail.com> |
||
|---|---|---|
| .. | ||
| core | ||
| lean | ||
| otom | ||
| receipts | ||
| rust/ftdi_gimbal | ||
| scripts | ||
| README.md | ||
0-Core-Formalism
Purpose: Formal foundations for the entire Research Stack — Lean modules, bind primitive, Triumvirate consensus, core source.
No external dependencies. All other layers depend on this.
Contents (Target)
| Source | Destination |
|---|---|
0-Core-Formalism/lean/Semantics/ |
0-Core-Formalism/lean/Semantics/ |
core/ |
0-Core-Formalism/core/ |
Concepts
- bind — State → (State → Action) → State
- TriumvirateClock — ternary consensus (ADD/PAUSE/SUBTRACT)
- Builder/Judge/Warden — roles mapped to hardware registers
- OTOM — Ordered Transformation & Orchestration Model
Build
cd "0-Core-Formalism"
lake build