[package]
edition = "2021"
name = "zksync_crypto_primitives"
version = "0.1.0"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ZKsync core cryptographic primitives"
homepage = "https://zksync.io/"
readme = false
keywords = [
"blockchain",
"zksync",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matter-labs/zksync-era"
[lib]
name = "zksync_crypto_primitives"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.blake2]
version = "0.10"
[dependencies.hex]
version = "0.4"
[dependencies.rand]
version = "0.8"
[dependencies.secp256k1]
version = "0.27.0"
features = [
"recovery",
"global-context",
"global-context",
]
[dependencies.serde]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10.8"
[dependencies.thiserror]
version = "1"
[dependencies.zksync_basic_types]
version = "0.1.0"
[dependencies.zksync_utils]
version = "0.1.0"