| Crates.io | zks_types |
| lib.rs | zks_types |
| version | 0.1.0 |
| created_at | 2026-01-06 18:55:02.707145+00 |
| updated_at | 2026-01-06 18:55:02.707145+00 |
| description | Core types and data structures for ZKS Protocol |
| homepage | https://zks-protocol.org |
| repository | https://github.com/zks-protocol/zks |
| max_upload_size | |
| id | 2026501 |
| size | 11,157 |
Core types and data structures for the ZKS Protocol.
This crate provides foundational types used across the ZKS Protocol ecosystem:
use zks_types::prelude::*;
let params = CryptoParameters::default();
println!("KEM: {}", params.kem_algorithm);
println!("Security: {}", params.security_level);
AGPL-3.0-only