Skip to main content

selective_disclosure

Function selective_disclosure 

Source
pub fn selective_disclosure(
    all_claims: &[u64],
    reveal: &[u64],
    out: &mut [u64],
) -> usize
Expand description

Selective disclosure: reveal only the chosen reveal claim ids out of all_claims, into out (the rest of the credential graph stays undisclosed). Returns the count. Zero-heap.