Function prio::util::reconstruct_shares[][src]

pub fn reconstruct_shares(
    share1: &[Field],
    share2: &[Field]
) -> Option<Vec<Field>>

Add two Field element arrays together elementwise.

Returns None, when array lengths are not equal.