pub fn zkp_capability_granted(
trait_proven: bool,
identifier_revealed: bool,
) -> boolExpand description
ZKP capability derivation: a capability is granted by PROVING an identity trait (a zk proof)
WITHOUT revealing the core identifier. Granted iff trait_proven AND the identifier was NOT
revealed — the proof carries the trait, not the id (privacy-preserving derivation).