mirror of
https://github.com/saymrwulf/anza-cryptography-source.git
synced 2026-09-04 20:24:04 +00:00
Bumps [p3-air](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-air-v0.4.3...p3-air-v0.6.1) --- updated-dependencies: - dependency-name: p3-air dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
718 B
TOML
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.6.1"
|
|
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.4.2"
|
|
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
|