mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-08 23:17:54 -05:00
This PR adds support for poseidon2 permutation function as described in https://eprint.iacr.org/2023/323.pdf Reference implementations used (and compared against): https://github.com/HorizenLabs/poseidon2/tree/main https://github.com/Plonky3/Plonky3/tree/main Tasks: - [x] Remove commented code and prints - [ ] Add doc-comments to functions and structs - [x] Fix possible issue with Plonky3 imports - [x] Update NTT/Plonky3 test - [x] Add Plonky3-bn254 test (impossible)
21 lines
239 B
Plaintext
21 lines
239 B
Plaintext
*.i
|
|
*.ii
|
|
*.gpu
|
|
*.ptx
|
|
*.cubin
|
|
*.bin
|
|
*.fatbin
|
|
*.so
|
|
*.nsys-rep
|
|
*.ncu-rep
|
|
*.sage.py
|
|
**/target
|
|
**/.vscode
|
|
**/.*lock*csv#
|
|
**/__pycache__/
|
|
**/.DS_Store
|
|
**/Cargo.lock
|
|
**/icicle/build/
|
|
**/wrappers/rust/icicle-cuda-runtime/src/bindings.rs
|
|
**/build*
|