mirror of
https://github.com/anonklub/poseidon.git
synced 2026-01-08 07:13:54 -05:00
17 lines
391 B
TOML
17 lines
391 B
TOML
[package]
|
|
name = "anonklub-poseidon"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
license="AGPL-3.0"
|
|
authors=["DanTehrani"]
|
|
repository="https://github.com/anonklub/poseidon"
|
|
description = "Poseidon hash"
|
|
|
|
[dependencies]
|
|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
|
ark-ff = "0.4.2"
|
|
ark-serialize = { version = "0.4.2", features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
ark-secp256k1 = "0.4.0"
|