zks_types 0.1.0

Core types and data structures for ZKS Protocol
Documentation
[dependencies.zeroize]
features = ["derive"]
version = "1.8"

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

[package]
authors = ["ZKS Protocol Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "cryptography"]
description = "Core types and data structures for ZKS Protocol"
documentation = "https://docs.rs/zks_types"
edition = "2021"
homepage = "https://zks-protocol.org"
keywords = ["types", "data-structures", "zero-knowledge", "protocol"]
license = "AGPL-3.0-only"
name = "zks_types"
readme = "README.md"
repository = "https://github.com/zks-protocol/zks"
version = "0.1.0"