zkp-hash 0.2.0

Hash primitive used in `zkp-stark`
[dependencies.hex]
optional = true
version = "0.4.0"

[dependencies.no-std-compat]
features = ["alloc"]
version = "0.4.0"

[dependencies.tiny-keccak]
features = ["keccak"]
version = "2.0.1"

[dependencies.zkp-macros-decl]
default-features = false
version = "0.2.0"

[dependencies.zkp-primefield]
default-features = false
version = "0.2.0"

[dependencies.zkp-u256]
default-features = false
version = "0.2.0"
[dev-dependencies.criterion]
version = "0.3.0"

[features]
default = ["std"]
std = ["hex", "no-std-compat/std", "zkp-macros-decl/std", "zkp-primefield/std", "zkp-u256/std"]

[package]
authors = ["Remco Bloemen <remco@0x.org>", "Mason Liang <mason@0x.org>", "Paul Vienhage <paul@0x.org>"]
categories = ["cryptography", "algorithms", "no-std", "wasm"]
description = "Hash primitive used in `zkp-stark`"
edition = "2018"
keywords = ["hash", "no-std"]
license = "Apache-2.0"
name = "zkp-hash"
readme = "Readme.md"
repository = "https://github.com/0xProject/starkcrypto/tree/master/crypto/hash"
version = "0.2.0"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"]