You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments