origin-crypto-sdk 0.5.1

Standalone cryptographic SDK with classical (Ed25519) and post-quantum (Falcon, SLH-DSA, ML-DSA, NTRU Prime, Curve41417) primitives. Hybrid signing by default.
Documentation
# Code Metrics Report

**Generated:** 2026-05-22
**Tool:** codemetrics (manual LOC analysis)

## Summary

| Metric | Value |
|--------|-------|
| Total Lines of Code | 26,363 |
| Rust Source Files | 126 |
| Test Files | 38 |
| Test Coverage | 30.2% (test files / total files) |

## Top 10 Largest Files

| Lines | File |
|-------|------|
| 323 | `src/stealth_pow.rs` |
| 237 | `src/stealth_kdf.rs` |
| 128 | `src/drbg.rs` |
| 122 | `src/validation.rs` |

## Module Breakdown

| Module | Files | Est. LOC |
|--------|-------|----------|
| Core Library | 88 | ~18,500 |
| Tests | 38 | ~7,863 |

## Trend

- Last update: 5 hours ago
- Current status: All 173 tests passing