Skip to content

Commit 604de04

Browse files
yshekelKoren-Brandemirsoyturk
authored
Test Merkle-tree padding for all device (#668)
Signed-off-by: Koren-Brand <[email protected]> Co-authored-by: Koren-Brand <[email protected]> Co-authored-by: emirsoyturk <[email protected]>
1 parent da890c7 commit 604de04

File tree

4 files changed

+168
-206
lines changed

4 files changed

+168
-206
lines changed

docs/docs/icicle/golang-bindings/merkle.md

-4
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ merkletree.BuildMerkleTree[byte](&mt, core.HostSliceFromElements(input), core.Ge
9797

9898
## Padding
9999

100-
:::note
101-
Padding feature is not yet supported in **v3.1** and is planned for **v3.2**.
102-
:::
103-
104100
When the input for **layer 0** is smaller than expected, ICICLE can apply **padding** to align the data.
105101

106102
**Padding Schemes:**

docs/docs/icicle/primitives/merkle.md

-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ Any combination of hashers is valid including **Poseidon** that computes on fiel
134134

135135
## Padding
136136

137-
:::note
138-
Padding feature is not yet supported in **v3.1** and is planned for **v3.2**.
139-
:::
140-
141137
When the input for **layer 0** is smaller than expected, ICICLE can apply **padding** to align the data.
142138

143139
**Padding Schemes:**

docs/docs/icicle/rust-bindings/merkle.md

-4
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ merkle_tree
117117

118118
## Padding
119119

120-
:::note
121-
Padding feature is not yet supported in **v3.1** and is planned for **v3.2**.
122-
:::
123-
124120
When the input for **layer 0** is smaller than expected, ICICLE can apply **padding** to align the data.
125121

126122
**Padding Schemes:**

0 commit comments

Comments
 (0)