librustzcash/components/f4jumble/Cargo.toml

21 lines
497 B
TOML
Raw Normal View History

2021-09-22 06:13:34 -07:00
[package]
name = "f4jumble"
description = "Implementation of Zcash's F4Jumble algorithm"
version = "0.0.0"
authors = [
"Jack Grigg <jack@electriccoin.co>",
"Kris Nuttycombe <kris@electriccoin.co>",
"Daira Hopwood <daira@electriccoin.co>",
2021-09-22 06:13:34 -07:00
]
homepage = "https://github.com/zcash/librustzcash"
repository = "https://github.com/zcash/librustzcash"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2018"
[dependencies]
blake2b_simd = "0.5"
[dev-dependencies]
proptest = "1"