Traditional digital signatures verify “whether the computation is correct”,
CEH-Orbit verifies “whether the trajectory (orbit) is correct”.
CEH-Orbit = Algebra Verification + Orbit Consistency
| Traditional Signatures (Dilithium / Falcon) | CEH-Orbit |
|---|---|
| Algebraic equality verification | Algebra + Orbit structure verification |
| Requires exact equality | Extendable to tolerance-based orbit |
| Not interpretable | Visualizable (LSH / Phase / Waveform) |
| No structural compression | OrbitHead (128-bit + Phase) |
| Metric | CEH-Orbit |
|---|---|
| Signing Time | ~0.35 ms |
| Verification Time | ~0.28 ms |
| Signature Size | ~624 Bytes |
| Test | Result |
|---|---|
| Random Attack | 0 / 10000 success |
| Head Collision | 0 / 100000 |
| Challenge Collision | Not observed |
| Perturbation | PASS Rate |
|---|---|
| ±1 | 100% |
| ±5 | 100% |
| ±9 | 100% |
| ±10 | 0% |
👉 Shows a clear non-linear acceptance basin
Traditional signature: “compute correctly”
CEH-Orbit: “follow the correct trajectory”
CEH-Orbit is a research-oriented post-quantum authentication / signature project
built around Orbit Mapping.
It provides:
- Protocol prototype
- Qt visualization tool
- Technical specification
- Whitepaper
- Paper draft
- License & disclaimer
This project does NOT aim to replace existing PQC standards,
but to establish a runnable, observable, debuggable research baseline
for a new direction: Orbit Cryptography.
CEH-Orbit is:
- A research prototype
- A geometric verification exploration
- A Qt visualization platform
- A Spec / Whitepaper / Paper combined project
Key ideas:
- Goes beyond strict algebra equality
- Introduces
OrbitHead - Uses
LSH + Phasecompression - Uses Fiat-Shamir style challenge
- Includes attack / collision / stability testing
Traditional lattice signatures focus on:
- Algebra closure
- Hardness reduction
- Tight error control
CEH-Orbit explores:
Mapping high-dimensional algebra into low-dimensional orbit descriptors,
then verifying consistency in orbit space.
Core components:
- OrbitTrace_W
- OrbitHead
- LSH
- Phase
- GeometricPivot
- EncodedOrbit_Z
- RecoveredOrbit_W
Enables:
- Visualization
- Dynamic behavior
- Sensitivity testing
- Acceptance basin study
- Qt demo (single / multi file)
- CMake build
- OpenSSL hashing
- Whitepaper
- Paper
- Spec
- USAGE
- Disclaimer
- Third-party notes
- Sign / Verify loop
- Attack simulation
- Perturbation test
- Collision test
- Phase stability
- Visualization
Demo/
├── assets/
├── docs/
│ ├── CEH-Orbit_Paper.md
│ ├── CEH-Orbit_Spec_V1.md
│ ├── CEH-Orbit_Whitepaper_V1.md
│ ├── DISCLAIMER.md
│ ├── THIRD_PARTY_NOTICES.md
│ └── USAGE.md
├── CMakeLists.txt
├── main.cpp
├── README.md
├── LICENSE.md
└── resources.qrc
mkdir -p build
cd build
cmake ..
cmake --build . -j./CEH_OrbitLeft:
- Parameters
- Controls
- Logs
Right:
- LSH grid
- Phase chart
- Z waveform
- W waveform
KeyGen → Sign → Verify → Attack → Real-time
- Verify = PASS
- LSH = 0
- Phase = 0
- Orbit lock = PASS
- Research prototype
- Visualization tool
- Experimental system
- Production crypto
- Proven secure system
- Side-channel safe
- Message binding
- OrbitHead
- Geometry check
- Attack tests
- Visualization
- Security reduction
- Higher dimensions
- Noise model
- τ tolerance
- NTT optimization
- Hardware
README → USAGE → Spec → Whitepaper → Paper
- Developers → Spec
- Demo → Qt
- Research → Full docs
- Free for research
- Commercial use requires authorization
Author: Chen Enhua
Email: a106079595@qq.com
