anza-cryptography-source/experimental/ed25519-pokos/Cargo.toml
dependabot[bot] 15535834c3
Bump p3-symmetric from 0.4.3 to 0.6.1
Bumps [p3-symmetric](https://github.com/Plonky3/Plonky3) from 0.4.3 to 0.6.1.
- [Release notes](https://github.com/Plonky3/Plonky3/releases)
- [Changelog](https://github.com/Plonky3/Plonky3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Plonky3/Plonky3/compare/p3-symmetric-v0.4.3...p3-symmetric-v0.6.1)

---
updated-dependencies:
- dependency-name: p3-symmetric
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-30 15:46:20 +00:00

27 lines
718 B
TOML

[package]
name = "ed25519-pokos"
version = "0.1.0"
edition = "2024"
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
[dependencies]
bincode.workspace = true
curve25519.workspace = true
p3-air = "0.4.2"
p3-challenger = "0.4.2"
p3-commit = "0.4.2"
p3-dft = { version = "0.4.2", features = ["parallel"] }
p3-field = "0.4.2"
p3-fri = "0.4.2"
p3-keccak = "0.4.2"
p3-koala-bear = "0.4.2"
p3-matrix = "0.4.2"
p3-merkle-tree = "0.4.2"
p3-symmetric = "0.6.1"
p3-uni-stark = { version = "0.4.2", features = ["parallel"] }
rand = { version = "0.9", features = ["small_rng"] }
serde = { version = "1.0", features = ["derive"] }
sha2.workspace = true