zelbet 0.0.0-next

A pure-Rust implementation of the Zelbet (Reinforced-Concrete) hashing algorithm for ZK-Proofs and Verifiable Computation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
categories = ["algorithms", "cryptography", "science"]
description = "A pure-Rust implementation of the Zelbet (Reinforced-Concrete) hashing algorithm for ZK-Proofs and Verifiable Computation."
edition = "2021"
exclude = ["**/.gitignore", ".gitignore", "Cargo.lock", "**/examples", "benchmarks/", ".github/"]
keywords = ["cryptography", "zero-knowledge", "crypto", "hash"]
license = "MPL-2.0"
name = "zelbet"
resolver = "2"
version = "0.0.0-next"