Implement decoding and decryption of SDMF shares
#4 (closed) will let us take bytes representing an SDMF share and produce a structured share value (from #3 (closed)). Once we have enough such structured valued we can decode them (using ZFEC) and decrypt them.
Implement that decoding and decryption.