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
assertlen(cells) ==128, f"You are supposed to pass a full cell list with 128 elements to this function, but got list of length {len(cells)}"# noqa: E501
@@ -149,8 +139,7 @@ def eest_delete_cells_then_recover_them(cells: list[int], proofs: list[int], del
149
139
# print("Successful reconstruction")
150
140
151
141
152
-
# ---------------- EXAMPLE USAGE -----------------------
153
-
142
+
""" Example Usage
154
143
my_byte = "42" # 0x73 (115) or lower works, 0x74 (116) or higher fails
0 commit comments