pub const MIN_POLY_THRESHOLD: u8 = 2;
Minimum SSA polynomial threshold.
A threshold of 1 would make every single share reconstruct its polynomial on its own, so the secret sharing would hide nothing.