mirror of
https://github.com/arnaucube/poseidon-ark.git
synced 2026-01-11 16:31:32 +01:00
update Cargo.toml for crate
This commit is contained in:
@@ -5,6 +5,8 @@ authors = ["arnaucube <root@arnaucube.com>"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
description = "Poseidon hash implementation"
|
description = "Poseidon hash implementation"
|
||||||
|
repository = "https://github.com/arnaucube/poseidon-rs"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
num = "0.2.0"
|
num = "0.2.0"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# poseidon-rs [](https://travis-ci.org/arnaucube/poseidon-rs)
|
# poseidon-rs [](https://crates.io/crates/poseidon-rs) [](https://travis-ci.org/arnaucube/poseidon-rs)
|
||||||
Poseidon hash implementation in Rust, a zkSNARK friendly hash function.
|
Poseidon hash implementation in Rust, a zkSNARK friendly hash function.
|
||||||
|
|
||||||
https://eprint.iacr.org/2019/458.pdf
|
https://eprint.iacr.org/2019/458.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user