EC: decode_bool() simplifications
Merge two patches from !423 (closed):
- introduce
decode_bool_equi(), which decodes a bool with a fixed 1/2 probability; - move
EC_PROB_SHIFTto be a private define insidemsac.crather than part of the public EC interface.
CC @unlord and @atomnuker.