zkp-hash 0.1.0

Hash primitive used in `zkp-stark`
Documentation
[dependencies.criterion]
optional = true
version = "0.3.0"

[dependencies.hex]
optional = true
version = "0.4.0"

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

[dependencies.quickcheck]
optional = true
version = "0.9"

[dependencies.quickcheck_macros]
optional = true
version = "0.8"

[dependencies.tiny-keccak]
version = "1.5.0"

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

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

[dependencies.zkp-u256]
default-features = false
version = "0.1.0"

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

[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.1.0"