deltakit.decode.noise_sources.SequentialNoise.sequence_size#
- abstractmethod SequentialNoise.sequence_size(code_data: CodeT) int#
Return the number of elements in the sequence that would be generated for the given code_data.
This should be a O(1) computation that does not compute the entire error sequence.
Property should hold that: len(error_list(x)) == sequence_size(x).