func lagrangeNormal(shares []pcmn.PrimaryShare) *big.Int { secret := new(big.Int) for _, share := range shares { //when x =0 delta := new(big.Int).SetInt64(int64(1)) upper := new(big.Int).SetInt64(int64(1)) lower := new(big.Int).SetInt64(int64(1)) for j := range shares { if shares[j].
(points []common.Point)
source not stored for this graph (policy: none)