zkboo 0.1.0

An implementation of the ZKBoo protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ZKBoo


![Rust](https://img.shields.io/badge/rust-1.92+-orange.svg)
[![Crates.io](https://img.shields.io/crates/v/zkboo.svg)](https://crates.io/crates/zkboo)
[![Docs.rs](https://docs.rs/zkboo/badge.svg)](https://docs.rs/zkboo)

An implementation of the [ZKBoo protocol](https://eprint.iacr.org/2016/163), using [ZKB++ optimisations](https://eprint.iacr.org/2017/279).

## 🚧 Warning 🚧


This crate is work in progress, not yet suitable for use in production.
Security has has been reviewed and performance has not been optimised.
Use at your own risk.

## License


[LGPLv3 © ZKBoo contributors.](LICENSE)