fix: broken markdown refs auto-resolved

This commit is contained in:
efir369999 2026-05-06 01:09:53 +03:00
parent 0f5c263541
commit 203a46037e

View File

@ -10,7 +10,7 @@ Montana is a from-scratch post-quantum blockchain. Three architectural primitive
2. **Time-as-scarcity** — anti-spam through window-rate-limits, chain_length thresholds, seniority gating. No transaction fees. No gas. Cannot accelerate operations by paying. 2. **Time-as-scarcity** — anti-spam through window-rate-limits, chain_length thresholds, seniority gating. No transaction fees. No gas. Cannot accelerate operations by paying.
3. **Post-quantum from primitives up** — ML-DSA-65 (FIPS 204) for signatures, ML-KEM-768 (FIPS 203) for key exchange, SHA-256 for hashing and VDF, PBKDF2 for key derivation. No ECDSA, no RSA, no curve25519, no secp256k1. 3. **Post-quantum from primitives up** — ML-DSA-65 (FIPS 204) for signatures, ML-KEM-768 (FIPS 203) for key exchange, SHA-256 for hashing and VDF, PBKDF2 for key derivation. No ECDSA, no RSA, no curve25519, no secp256k1.
Spec is the single source of truth: [`Протокол/Montana v35.23.0.md`](../Montana%20v35.23.0.md). ~600 KB markdown, full whitepaper. Spec is the single source of truth: [`Протокол/Montana v35.23.0.md`](../Montana%20Protocol%20v35.25.0.md). ~600 KB markdown, full whitepaper.
## Status ## Status
@ -208,7 +208,7 @@ cargo fuzz run apply_proposal_arbitrary -- -max_total_time=3600
## Audit the code against the spec ## Audit the code against the spec
The spec is at [`Протокол/Montana v35.23.0.md`](../Montana%20v35.23.0.md), authoritative. The spec is at [`Протокол/Montana v35.23.0.md`](../Montana%20Protocol%20v35.25.0.md), authoritative.
### Known deviations ### Known deviations
@ -314,7 +314,7 @@ No NDA. No engagement contract. Public review by default.
## Contact ## Contact
- GitHub Issues: https://github.com/efir369999/Montana/issues - GitHub Issues: https://github.com/efir369999/Montana/issues
- Mastodon (announcements only, no support): see [`montana-vpn/MASTODON_ANNOUNCEMENT.md`](montana-vpn/MASTODON_ANNOUNCEMENT.md) - Mastodon (announcements only, no support): see `montana-vpn/MASTODON_ANNOUNCEMENT.md`
- No email, no Discord, no Telegram — public on-record review only - No email, no Discord, no Telegram — public on-record review only
--- ---