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
Copy file name to clipboardExpand all lines: docs/spec/src/integration/spec/3-data-structs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The header carries metadata needed to decode back to the original payload. Becau
24
24
25
25
Version 0x0 specifies the following transformation from the original payload to a sequence of field element:
26
26
- For every 31 bytes of the payload, insert a zero byte to produce a 32-byte value that is a valid field element.
27
-
-Zero-pad the final chunk so the payload length is a multiple of 32 bytes, and ensure the encoded payload comprises a power-of-two number of 32-byte field elements (32, 64, 128, 256, …) to match EigenDA blob sizing.
27
+
-Pad the final chunk so the payload length is a multiple of 32 bytes, and ensure the encoded payload comprises a power-of-two number of 32-byte field elements (32, 64, 128, 256, …) to match EigenDA blob sizing. We recommend to use 0 for all padding for encoded payload.
0 commit comments