Parse the wire form: the checks the reference makes on each share inside sskr_combine, in its order. The result is frozen.
sskr_combine
InvalidParameter unless bytes is a Uint8Array; then ShareLengthInvalid (under 5 bytes), GroupThresholdInvalid (threshold above count), ShareReservedBitsInvalid, then the secret codes.
InvalidParameter
bytes
Uint8Array
ShareLengthInvalid
GroupThresholdInvalid
ShareReservedBitsInvalid
Parse the wire form: the checks the reference makes on each share inside
sskr_combine, in its order. The result is frozen.