Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate(
    shares: &[PrfShare],
    input: &[u8],
    threshold: usize,
) -> Result<DistributedPrfResult, String>
Expand description

Compute the distributed PRF: each party evaluates, then combine.