Skip to content

Commit

Permalink
add koalabear to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHibnik committed Dec 29, 2024
1 parent d74ee13 commit 61b0ef1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/docs/icicle/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ Each library has a corresponding crate. See [programmers guide](./programmers_gu

#### Supported fields and operations

| Operation\Field | [babybear](https://eprint.iacr.org/2023/824.pdf) | [Stark252](https://docs.starknet.io/documentation/architecture_and_concepts/Cryptography/p-value/) | m31 |
| ----------------------------------------- | :----------------------------------------------: | :------------------------------------------------------------------------------------------------: | :---: |
| [Vector operations](./primitives/vec_ops) ||||
| [Polynomials](./polynomials/overview) ||||
| [NTT](primitives/ntt) ||||
| Extension Field ||||
| [Poseidon](primitives/hash#poseidon) ||||
| [Poseidon2](primitives/hash#poseidon2) ||||
| Operation\Field | [babybear](https://eprint.iacr.org/2023/824.pdf) | [Stark252](https://docs.starknet.io/documentation/architecture_and_concepts/Cryptography/p-value/) | m31 | Koalabear |
| ----------------------------------------- | :----------------------------------------------: | :------------------------------------------------------------------------------------------------: | :---: | :---: |
| [Vector operations](./primitives/vec_ops) ||| ||
| [Polynomials](./polynomials/overview) ||| ||
| [NTT](primitives/ntt) ||| ||
| Extension Field ||| ||
| [Poseidon](primitives/hash#poseidon) ||| ||
| [Poseidon2](primitives/hash#poseidon2) ||| ||

### Misc

Expand Down
1 change: 1 addition & 0 deletions docs/docs/icicle/primitives/poseidon2.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ For ICICLE supported curves/fields
* BN254 $\alpha = 5$
* Grumpkin $\alpha = 5$
* Stark252 $\alpha=3$
* Koalabear $\alpha=3$

### MDS matrix structure

Expand Down

0 comments on commit 61b0ef1

Please sign in to comment.