zksync_crypto_primitives 26.7.0-non-semver-compat

ZKsync core cryptographic primitives
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.blake2]
version = "0.10"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.secp256k1]
features = ["recovery", "global-context", "global-context"]
version = "0.27.0"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "1"

[dependencies.zksync_basic_types]
version = "26.7.0-non-semver-compat"

[lib]
name = "zksync_crypto_primitives"
path = "src/lib.rs"

[package]
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography"]
description = "ZKsync core cryptographic primitives"
edition = "2021"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "zksync_crypto_primitives"
readme = false
repository = "https://github.com/matter-labs/zksync-era"
version = "26.7.0-non-semver-compat"