pub fn selective_disclosure(
all_claims: &[u64],
reveal: &[u64],
out: &mut [u64],
) -> usizeExpand 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.