Skip to main content

verify_human_agency

Function verify_human_agency 

Source
pub fn verify_human_agency(
    frame: &[NQuin],
    author_did: u64,
    verifying_key: &VerifyingKey,
    signature: &Signature,
) -> Result<(), AgencyError>
Expand description

The Verification Gate Validates an incoming 64-byte signature against the author’s Public Key (VerifyingKey). Only validates the specific claims matching the author’s DID, ensuring Bilateral Integrity.