Skip to main content
starkware-libs
GitHub creator profile

starkware-libs

Repository-level view of 21 collected skills across 6 GitHub repositories.

skills collected
21
repositories
6
updated
Sep 2, 2026
repository explorer

Repositories and representative skills

air-constraint-engineering
software-developers

Defines how to audit and modify AIR constraints in STWO. Covers Flat AIR model, constraint degree bounds, EvalAtRow trait, LogUp interactions, constraint debugging, and soundness criteria. Use when working on constraint definitions, the constraint framework,…

Jul 23, 2026
circle-stark-mathematics
software-developers

Circle-group-specific mathematics for STWO: circle points, cosets, domains, circle FFT, circle polynomials, twin cosets, vanishing polynomials, and the M31 circle group structure. Use when modifying any code involving these concepts, which form the…

Jul 23, 2026
debugging-zkp
software-developers

Debugging failing proofs and constraint violations in STWO. Covers failure mode diagnosis by symptom, FRI error triage, channel desync detection, and distilled theory cross-references. Use when prove() fails, verify() rejects a valid proof, constraints don't…

Jul 23, 2026
finite-field-arithmetic
software-developers

M31/CM31/QM31 field arithmetic for STWO. Covers reduction logic, SIMD field implementations, extension field embedding, and batch inverse. Use when modifying code in core/fields/, prover/backend/simd/m31.rs, cm31.rs, qm31.rs, or reviewing any field operation…

Jul 23, 2026
fri-protocol
software-developers

Circle FRI protocol specifics for STWO: commitment phase, query phase, folding operations, security parameter derivation, and multi-step folding. Use when modifying FRI prover or verifier code, changing FRI parameters, or reviewing folding operations.

Jul 23, 2026
performance-optimization
software-developers

STWO-specific performance patterns: SIMD backends, FFT hot paths, memory pooling, benchmarking, parallel proving, and regression detection. Use when benchmarking, optimizing hot paths, working on SIMD backends, analyzing regressions, or reviewing parallel…

Jul 23, 2026
rust-codebase-conventions
software-developers

Repo-specific Rust patterns for STWO: feature flags, error handling, type patterns, unsafe policy, no_std compatibility, formatting, and clippy configuration. Use when contributing code, reviewing PRs, or understanding code style decisions.

Jul 23, 2026
security-review-checklist
information-security-analysts

Security review checklist for STWO. Separate from soundness review. Covers: side-channel surface, input validation, unsafe code audit, dependency security, API misuse patterns, and proof malleability. Run this for any change affecting the public API, proof…

Jul 23, 2026
Showing 8 of 11 collected skills.
Showing 6 of 6 repositories
All repositories loaded