1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
// Aicent Stack | RPKI (Resource Public Key Infrastructure)
// Domain: http://rpki.com
// Purpose: Parallel tensor watermarking & sub-ms pathogen isolation.
// Specification: RFC-003 Standard (Active).
// License: Apache-2.0 via Aicent.com Organization.
//! # RFC-003: RPKI Immune Pipeline
//!
//! The `rpki` crate implements the biological defense layer of the Aicent Stack.
//! It ensures the integrity of the "Data Soul" by treating every inbound
//! RTTP Pulse Frame as a potential antigen verified at wire speed.
//!
//! ### Core Immunity Logic:
//! - **Parallel Tensor Watermarking**: In-band cryptographic steganography for AI manifolds.
//! - **ROA-Chain Attestation**: Route Origin Authorization evolved for AID fingerprints.
//! - **Quarantine-in-Flight**: Surgical isolation of malicious nodes in <300µs.
//! - **Swarm Shield**: Collective hive-mind immunity and cross-attestation (RFC-006).
// SAFETY: Unsafe code is strictly constrained to zero-copy memory mapping
// from the RTTP network spine to achieve sub-10µs scan latencies.
/// [RFC-003] Core multi-lane SIMD verification pipeline.
/// [RFC-003] Tensor Watermarking Primitives for manifold integrity.
/// [RFC-003] Merkle-DAG Identity Provenance and ROA-Chain audit.
/// [RFC-003] Cryptographic Accelerators for hardware-native validation.
/// [RFC-003] Intent Anomaly Classification utilizing heuristic entropy.
pub use crate;
/// [RFC-003] Pathogen Classification Matrix.
/// Defines the specific types of security breaches detected by the immune system.
/// This classification informs the severity and propagation of the QUARANTINE_PULSE.
/// [RFC-003] Immune Shield Interface.
/// Defines the mandatory behavior of an active defense boundary in the Aicent Stack.
/// Any L1 security module must implement this trait for Standard compliance.
/// [RFC-006] Collective Hive Immunity.
/// Provides interfaces for swarm-wide cross-attestation and pathogen ejection.
// --- Protocol Anchors ---
/// [Standard v1.0] Target Latency for Pathogen Isolation (Microseconds).
pub const QUARANTINE_LATENCY_TARGET_US: u32 = 300;
/// [Standard v1.0] The current active version of the RPKI specification.
pub const PROTOCOL_VERSION: &str = "1.0.0-standard-active";
/// High-fidelity telemetry marker for pathogen alerts and triage events.