Skip to content

Commit

Permalink
Test Merkle-tree padding for all device (#668)
Browse files Browse the repository at this point in the history
Signed-off-by: Koren-Brand <[email protected]>
Co-authored-by: Koren-Brand <[email protected]>
Co-authored-by: emirsoyturk <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent da890c7 commit 604de04
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 206 deletions.
4 changes: 0 additions & 4 deletions docs/docs/icicle/golang-bindings/merkle.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ merkletree.BuildMerkleTree[byte](&mt, core.HostSliceFromElements(input), core.Ge

## Padding

:::note
Padding feature is not yet supported in **v3.1** and is planned for **v3.2**.
:::

When the input for **layer 0** is smaller than expected, ICICLE can apply **padding** to align the data.

**Padding Schemes:**
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/icicle/primitives/merkle.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ Any combination of hashers is valid including **Poseidon** that computes on fiel

## Padding

:::note
Padding feature is not yet supported in **v3.1** and is planned for **v3.2**.
:::

When the input for **layer 0** is smaller than expected, ICICLE can apply **padding** to align the data.

**Padding Schemes:**
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/icicle/rust-bindings/merkle.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ merkle_tree

## Padding

:::note
Padding feature is not yet supported in **v3.1** and is planned for **v3.2**.
:::

When the input for **layer 0** is smaller than expected, ICICLE can apply **padding** to align the data.

**Padding Schemes:**
Expand Down
Loading

0 comments on commit 604de04

Please sign in to comment.