zksync_crypto_primitives 26.7.0-non-semver-compat

ZKsync core cryptographic primitives
Documentation
[package]
name = "zksync_crypto_primitives"
description = "ZKsync core cryptographic primitives"
version.workspace = true
edition.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true


[dependencies]
secp256k1 = { workspace = true, features = ["global-context"] }
sha2.workspace = true
blake2.workspace = true
zksync_basic_types.workspace = true
thiserror.workspace = true
serde_json.workspace = true
serde.workspace = true
hex.workspace = true
anyhow.workspace = true
rand.workspace = true