Skip to main content

trust_gate

Function trust_gate 

Source
pub fn trust_gate(weight: f32, threshold: f32) -> bool
Expand description

Behavioural-trust gate: a permission/capability activates only when the holder’s derived trust weight exceeds threshold τ. Composes probabilistic::evaluate_threshold.