3abf8c7c52c5808f
fix(unseal): pass correct value to write_unpadded (#964) If the call to extract_range was successful, the unsealed vector must have a length which equals num_bytes_padded. The byte at its 0-index byte will be the the byte at index offset_padded in the sealed sector.